Remove the KHR_RAY_QUERY requirement as it isn't being used anyway

This commit is contained in:
Magnus Norddahl 2021-11-13 00:43:53 +01:00
parent 50120b420c
commit fc56a552fd

View file

@ -74,7 +74,7 @@ public:
VkPhysicalDeviceFeatures enabledDeviceFeatures = {};
std::vector<const char *> enabledDeviceExtensions = {
//VK_KHR_SWAPCHAIN_EXTENSION_NAME,
VK_KHR_RAY_QUERY_EXTENSION_NAME,
//VK_KHR_RAY_QUERY_EXTENSION_NAME,
VK_KHR_RAY_TRACING_PIPELINE_EXTENSION_NAME,
VK_KHR_ACCELERATION_STRUCTURE_EXTENSION_NAME,
VK_KHR_DEFERRED_HOST_OPERATIONS_EXTENSION_NAME