Add some missing invariant semantic checks, replace some misplaced sampler semantic checks, add parameter and structure member checks against new qualifiers.
git-svn-id: https://cvs.khronos.org/svn/repos/ogl/trunk/ecosystem/public/sdk/tools/glslang@23962 e7fa87d3-cd2b-0410-9028-fcbf551c1848
This commit is contained in:
parent
c999ba2816
commit
01c22afa37
15 changed files with 283 additions and 57 deletions
|
|
@ -768,7 +768,7 @@ public:
|
|||
|
||||
*p = 0;
|
||||
TString s(buf);
|
||||
s.append(getCompleteTypeString());
|
||||
s.append(getBasicTypeString());
|
||||
|
||||
// Add struct/block members
|
||||
if (structure) {
|
||||
|
|
@ -784,7 +784,7 @@ public:
|
|||
return s;
|
||||
}
|
||||
|
||||
TString getCompleteTypeString() const
|
||||
TString getBasicTypeString() const
|
||||
{
|
||||
if (basicType == EbtSampler)
|
||||
return sampler.getString();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue