From ae64363b196eeb1227f3ac58baa946fef0ff7167 Mon Sep 17 00:00:00 2001 From: Neslisah Torosdagli Date: Mon, 23 Mar 2020 21:05:26 -0400 Subject: [PATCH] rayQueryEXT function parameter --- glslang/Include/Types.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/glslang/Include/Types.h b/glslang/Include/Types.h index a8c57a4a..ebc6cd3f 100644 --- a/glslang/Include/Types.h +++ b/glslang/Include/Types.h @@ -1674,7 +1674,7 @@ public: } virtual bool isOpaque() const { return basicType == EbtSampler #ifndef GLSLANG_WEB - || basicType == EbtAtomicUint || basicType == EbtAccStruct || basicType == EbtRayQuery + || basicType == EbtAtomicUint || basicType == EbtAccStruct #endif ; } virtual bool isBuiltIn() const { return getQualifier().builtIn != EbvNone; }