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; }