VulkanDevice: Fix validation errors

This commit is contained in:
Stenzek
2024-04-11 22:45:33 +10:00
parent 7344661801
commit e646096180
3 changed files with 6 additions and 3 deletions

View File

@ -53,6 +53,7 @@ public:
bool vk_khr_dynamic_rendering : 1;
bool vk_khr_dynamic_rendering_local_read : 1;
bool vk_khr_push_descriptor : 1;
bool vk_khr_shader_non_semantic_info : 1;
bool vk_ext_external_memory_host : 1;
};