You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Here is the command used to compile and the output:
> glslangValidator.exe -g --target-env vulkan1.1 app/shaders/repro.comp.glsl -o test.spv
app/shaders/repro.comp.glsl
ERROR: app/shaders/repro.comp.glsl:13: 'id': argument must be compile-time constant
ERROR: app/shaders/repro.comp.glsl:13: '': compilation terminated
ERROR: 2 compilation errors. No code generated.
SPIR-V is not generated for failed compile or link
The text was updated successfully, but these errors were encountered:
I think this is the same issues as in #2919
I am using the
glslangValidator
that is distributed with VulkanSDK 1.3.243.0Specialization constant derived value should be considered constant for its use in
subgroupBroadcast
Here is the command used to compile and the output:
The text was updated successfully, but these errors were encountered: