VulkanDevice: Fix validation errors
This commit is contained in:
@ -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;
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user