Allow ES version 100 to redeclare built-in functions.
git-svn-id: https://cvs.khronos.org/svn/repos/ogl/trunk/ecosystem/public/sdk/tools/glslang@23322 e7fa87d3-cd2b-0410-9028-fcbf551c1848
This commit is contained in:
parent
447fc3613a
commit
44e8cae80a
7 changed files with 220 additions and 40 deletions
|
|
@ -2,8 +2,8 @@ ERROR: 0:5: 'a' : redefinition
|
|||
ERROR: 0:17: 'b' : illegal redeclaration
|
||||
ERROR: 0:19: 'f' : redefinition
|
||||
ERROR: 0:20: 'tan' : redefinition
|
||||
ERROR: 0:21: 'redeclaration of built-in function' : not supported with this profile: es
|
||||
ERROR: 0:22: 'redeclaration of built-in function' : not supported with this profile: es
|
||||
ERROR: 0:21: 'redeclaration of built-in function' : no longer supported in es profile; removed in version 300
|
||||
ERROR: 0:22: 'redeclaration of built-in function' : no longer supported in es profile; removed in version 300
|
||||
ERROR: 0:31: 'local function declaration' : not supported with this profile: es
|
||||
ERROR: 0:50: 'z' : undeclared identifier
|
||||
ERROR: 0:50: 'z' : redefinition
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue