-
9218a709
by Elizabeth Figura at 2026-03-12T14:47:34+01:00
tests/hlsl: Test specifying const on a cbuffer uniform.
-
4e7b03d1
by Elizabeth Figura at 2026-03-12T14:47:41+01:00
vkd3d-shader/hlsl: Allow uninitialized const variables inside cbuffers.
-
fcedc21e
by Elizabeth Figura at 2026-03-12T14:47:41+01:00
vkd3d-shader/hlsl: Store the compatibility flags directly.
-
901125ee
by Elizabeth Figura at 2026-03-12T15:01:22+01:00
vkd3d-shader/hlsl: Introduce a compile option to make global uniform variables const.
This reflects d3dcompiler behaviour beginning with version 37, without the
ENABLE_BACKWARDS_COMPATIBILITY flag.
-
67aeb9df
by Elizabeth Figura at 2026-03-12T15:01:30+01:00
vkd3d-utils: Enable VKD3D_SHADER_COMPILE_OPTION_CONST_GLOBAL_UNIFORMS where appropriate.