mirror of
https://github.com/KhronosGroup/glslang
synced 2024-11-08 11:30:06 +00:00
16 lines
924 B
Plaintext
16 lines
924 B
Plaintext
spv.atomicCounter.comp
|
|
ERROR: 0:5: 'atomic counter types' : not allowed when using GLSL for Vulkan
|
|
ERROR: 0:7: 'atomic counter types' : not allowed when using GLSL for Vulkan
|
|
ERROR: 0:14: 'atomic counter types' : not allowed when using GLSL for Vulkan
|
|
ERROR: 0:16: 'atomicCounterIncrement' : no matching overloaded function found
|
|
ERROR: 0:16: 'return' : type does not match, or is not convertible to, the function's return type
|
|
ERROR: 0:21: 'memoryBarrierAtomicCounter' : no matching overloaded function found
|
|
ERROR: 0:23: 'atomicCounter' : no matching overloaded function found
|
|
ERROR: 0:23: '=' : cannot convert from ' const float' to ' temp highp uint'
|
|
ERROR: 0:24: 'atomicCounterDecrement' : no matching overloaded function found
|
|
ERROR: 0:25: 'atomicCounterIncrement' : no matching overloaded function found
|
|
ERROR: 10 compilation errors. No code generated.
|
|
|
|
|
|
SPIR-V is not generated for failed compile or link
|