* Update SPIRV libraries - Update `spirv-cross` - Update `spirv-tools` - Update `glslang` `spirv-tools` contains a fix for an issue we reported (unnecessary promotions to highp in certain expressions). * Add SPIRV-Tools dependency to matinfo
24 lines
497 B
Plaintext
24 lines
497 B
Plaintext
negativeArraySize.comp
|
|
ERROR: 0:9: '' : array size must be a positive integer
|
|
ERROR: 1 compilation errors. No code generated.
|
|
|
|
|
|
Shader version: 310
|
|
local_size = (1, 1, 1)
|
|
ERROR: node is still EOpNull!
|
|
0:7 Function Definition: main( ( global void)
|
|
0:7 Function Parameters:
|
|
0:? Linker Objects
|
|
|
|
|
|
Linked compute stage:
|
|
|
|
|
|
Shader version: 310
|
|
local_size = (1, 1, 1)
|
|
ERROR: node is still EOpNull!
|
|
0:7 Function Definition: main( ( global void)
|
|
0:7 Function Parameters:
|
|
0:? Linker Objects
|
|
|