VulkanDevice: Enable VK_KHR_maintenance4 and 5

This commit is contained in:
Stenzek
2024-08-10 12:33:01 +10:00
parent 010c7dea33
commit 34df233a95
3 changed files with 47 additions and 23 deletions

View File

@ -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;
};