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
|
|
@ -9,9 +9,9 @@ precision highp float;
|
|||
in vec4 i;
|
||||
out vec4 o;
|
||||
|
||||
in flat float fflat;
|
||||
in smooth float fsmooth;
|
||||
in noperspective float fnop;
|
||||
flat in float fflat;
|
||||
smooth in float fsmooth;
|
||||
noperspective in float fnop;
|
||||
|
||||
void main()
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue