mirror of
https://github.com/KhronosGroup/glslang
synced 2024-11-12 21:20:06 +00:00
891ec09c62
Modify atomic_uint binding check. Currently, when not declared with offset, default atomic_unint won't check whether its binding is valid or not more than its limit value.
26 lines
586 B
Plaintext
26 lines
586 B
Plaintext
450.comp
|
|
ERROR: 0:2: 'local_size_x' : must be at least 1
|
|
ERROR: 0:4: 'binding' : atomic_uint binding is too large
|
|
ERROR: 0:8: 'shared' : not allowed in nested scope
|
|
ERROR: 3 compilation errors. No code generated.
|
|
|
|
|
|
Shader version: 450
|
|
local_size = (1, 1, 1)
|
|
ERROR: node is still EOpNull!
|
|
0:6 Function Definition: main( ( global void)
|
|
0:6 Function Parameters:
|
|
0:? Linker Objects
|
|
|
|
|
|
Linked compute stage:
|
|
|
|
|
|
Shader version: 450
|
|
local_size = (1, 1, 1)
|
|
ERROR: node is still EOpNull!
|
|
0:6 Function Definition: main( ( global void)
|
|
0:6 Function Parameters:
|
|
0:? Linker Objects
|
|
|