From fc56a552fd0bf45b7aadab131027c9a9c7c67904 Mon Sep 17 00:00:00 2001 From: Magnus Norddahl Date: Sat, 13 Nov 2021 00:43:53 +0100 Subject: [PATCH] Remove the KHR_RAY_QUERY requirement as it isn't being used anyway --- src/lightmap/vulkandevice.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lightmap/vulkandevice.h b/src/lightmap/vulkandevice.h index 3a3bac1..9d60c63 100644 --- a/src/lightmap/vulkandevice.h +++ b/src/lightmap/vulkandevice.h @@ -74,7 +74,7 @@ public: VkPhysicalDeviceFeatures enabledDeviceFeatures = {}; std::vector 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