Implement specification change in 'restrict', allowing it to come and go across function calls.
git-svn-id: https://cvs.khronos.org/svn/repos/ogl/trunk/ecosystem/public/sdk/tools/glslang@29195 e7fa87d3-cd2b-0410-9028-fcbf551c1848
This commit is contained in:
parent
1575e0d7c7
commit
6df2904391
5 changed files with 37 additions and 40 deletions
|
|
@ -24,7 +24,6 @@ ERROR: 0:90: 'imageAtomicMax' : no matching overloaded function found
|
|||
ERROR: 0:94: 'writeonly' : argument cannot drop memory qualifier when passed to formal parameter
|
||||
ERROR: 0:97: '' : memory qualifiers cannot be used on this type
|
||||
ERROR: 0:98: '' : memory qualifiers cannot be used on this type
|
||||
ERROR: 0:110: 'restrict' : argument cannot drop memory qualifier when passed to formal parameter
|
||||
ERROR: 0:114: 'image load-store format' : not supported with this profile: es
|
||||
ERROR: 0:114: 'rg8i' : does not apply to unsigned integer images
|
||||
ERROR: 0:115: 'rgba32i' : does not apply to floating point images
|
||||
|
|
@ -73,7 +72,7 @@ ERROR: 0:207: 'constructor' : can't read from writeonly object: wo
|
|||
ERROR: 0:208: '~' : can't read from writeonly object: wo
|
||||
ERROR: 0:221: 'assign' : can't read from writeonly object: wo
|
||||
ERROR: 0:222: '~' : can't read from writeonly object: wo
|
||||
ERROR: 73 compilation errors. No code generated.
|
||||
ERROR: 72 compilation errors. No code generated.
|
||||
|
||||
|
||||
Shader version: 310
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue