Add function "const", where the initializer does not have to be a compile-time constant.
git-svn-id: https://cvs.khronos.org/svn/repos/ogl/trunk/ecosystem/public/sdk/tools/glslang@23566 e7fa87d3-cd2b-0410-9028-fcbf551c1848
This commit is contained in:
parent
779e6b406a
commit
e46b087760
15 changed files with 165 additions and 111 deletions
|
|
@ -1,6 +1,6 @@
|
|||
Warning, version 120 is not yet complete; most features are present, but a few are missing.
|
||||
ERROR: 0:10: 'constructor' : too many arguments
|
||||
ERROR: 0:7: '=' : cannot assign to 'const 2X4 matrix of float'
|
||||
ERROR: 0:7: 'const' : non-matching or non-convertible constant type for const initializer
|
||||
ERROR: 0:17: 'assign' : cannot convert from '2-component vector of float' to '3-component vector of float'
|
||||
ERROR: 0:18: 'assign' : cannot convert from '2-component vector of float' to '3-component vector of float'
|
||||
ERROR: 0:19: '.' : field selection not allowed on matrix
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue