GL_EXT_ray_query glslang updates, and test cases added.
This commit is contained in:
parent
34e874228e
commit
50a722818b
18 changed files with 1724 additions and 38 deletions
|
|
@ -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; }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue