vulkan: removed unused optional extension

This commit is contained in:
niki
2023-02-12 00:22:51 +01:00
parent 14e08a2b03
commit 2fc5a8afe0
2 changed files with 0 additions and 9 deletions
-3
View File
@@ -157,9 +157,6 @@ struct OptionalDeviceExtensions
// VK_KHR_dedicated_allocation
bool dedicatedAllocation = false;
// VK_KHR_buffer_device_address
bool bufferDeviceAddress = false;
// VK_EXT_memory_budget
bool memoryBudget = false;