From cf7deb89865cf6707d69044f7813718f619d69e2 Mon Sep 17 00:00:00 2001 From: Alexander Gauggel <agauggel@uni-koblenz.de> Date: Tue, 28 Sep 2021 11:12:38 +0200 Subject: [PATCH] [#92] Remove ray query extension to make project work on GTX 16XX --- projects/rtx_ambient_occlusion/src/RTX/RTXExtensions.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/projects/rtx_ambient_occlusion/src/RTX/RTXExtensions.cpp b/projects/rtx_ambient_occlusion/src/RTX/RTXExtensions.cpp index 0248369d..133bd8b8 100644 --- a/projects/rtx_ambient_occlusion/src/RTX/RTXExtensions.cpp +++ b/projects/rtx_ambient_occlusion/src/RTX/RTXExtensions.cpp @@ -17,7 +17,6 @@ RTXExtensions::RTXExtensions() VK_KHR_ACCELERATION_STRUCTURE_EXTENSION_NAME, VK_KHR_SPIRV_1_4_EXTENSION_NAME, VK_KHR_RAY_TRACING_PIPELINE_EXTENSION_NAME, - VK_KHR_RAY_QUERY_EXTENSION_NAME, VK_KHR_PIPELINE_LIBRARY_EXTENSION_NAME }; -- GitLab