Add all built-in variables for all versions/profiles/stages of GLSL. Also, made more readable; declarations are cut and paste from the specs, with quotes around them. This does not include built-in constants yet (other than MaxClipDistances), just the non-constants.
git-svn-id: https://cvs.khronos.org/svn/repos/ogl/trunk/ecosystem/public/sdk/tools/glslang@23551 e7fa87d3-cd2b-0410-9028-fcbf551c1848
This commit is contained in:
parent
457145ded5
commit
e7c59c187c
25 changed files with 1564 additions and 1024 deletions
|
|
@ -1,4 +1,4 @@
|
|||
ERROR: 0:2: 'in' : must be qualified as 'flat' uint
|
||||
ERROR: 0:2: 'uint' : must be qualified as flat in
|
||||
ERROR: 0:6: 'in' : cannot be bool
|
||||
ERROR: 0:20: 'const' : non-matching types for const initializer
|
||||
ERROR: 0:24: 'const' : non-matching types for const initializer
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue