Add semantic checks for order of qualification and repetition within a class of qualifiers.
git-svn-id: https://cvs.khronos.org/svn/repos/ogl/trunk/ecosystem/public/sdk/tools/glslang@22145 e7fa87d3-cd2b-0410-9028-fcbf551c1848
This commit is contained in:
parent
f5c1075031
commit
01fc0645cb
9 changed files with 89 additions and 43 deletions
|
|
@ -250,7 +250,7 @@ public:
|
|||
{
|
||||
return flat || smooth || nopersp;
|
||||
}
|
||||
bool isAuxillary() const
|
||||
bool isAuxiliary() const
|
||||
{
|
||||
return centroid || patch || sample;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue