SPIRV-Cross/reference/shaders-hlsl/asm/comp
James Ross-Gowan 1f16f0d260 Use 'static const' for spec constants in HLSL
If 'const' is used, the shader expects the variable to be backed by a
constant buffer. 'static const' is probably preferred for a value that
is initialized with a constant in the HLSL source code.

FXC also emits a warning for 'const' variables with initializers, since
'static const' was probably intended.
2017-10-21 19:19:32 +11:00
..
specialization-constant-workgroup.asm.comp Use 'static const' for spec constants in HLSL 2017-10-21 19:19:32 +11:00
storage-buffer-basic.asm.comp Use 'static const' for spec constants in HLSL 2017-10-21 19:19:32 +11:00