pass-by-reference updates
This commit is contained in:
parent
2df8c71258
commit
7d37a68ad7
10 changed files with 985 additions and 1007 deletions
|
|
@ -1674,7 +1674,7 @@ public:
|
|||
}
|
||||
virtual bool isOpaque() const { return basicType == EbtSampler
|
||||
#ifndef GLSLANG_WEB
|
||||
|| basicType == EbtAtomicUint || basicType == EbtAccStruct
|
||||
|| basicType == EbtAtomicUint || basicType == EbtAccStruct || basicType == EbtRayQuery
|
||||
#endif
|
||||
; }
|
||||
virtual bool isBuiltIn() const { return getQualifier().builtIn != EbvNone; }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue