SPIRV-Cross/reference/shaders-hlsl/asm
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
..
comp Use 'static const' for spec constants in HLSL 2017-10-21 19:19:32 +11:00
frag Add test for stripped cbuffer members. 2017-10-10 17:40:37 +02:00
vert Handle empty struct declarations with best effort. 2017-10-06 13:05:14 +02:00