VulkanDevice: Enable VK_KHR_maintenance4 and 5
This commit is contained in:
@ -57,6 +57,8 @@ public:
|
||||
bool vk_khr_driver_properties : 1;
|
||||
bool vk_khr_dynamic_rendering : 1;
|
||||
bool vk_khr_dynamic_rendering_local_read : 1;
|
||||
bool vk_khr_maintenance4 : 1;
|
||||
bool vk_khr_maintenance5 : 1;
|
||||
bool vk_khr_push_descriptor : 1;
|
||||
bool vk_khr_shader_non_semantic_info : 1;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user