-
4e2a7350
by Elizabeth Figura at 2026-06-22T13:30:52+02:00
vkd3d-shader/hlsl: Get rid of the "optimize" argument to allocate_semantic_register().
We already have enough information to easily derive it.
-
dfa81f59
by Elizabeth Figura at 2026-06-22T13:30:52+02:00
vkd3d-shader/hlsl: Use allocators corresponding to the signature in allocate_semantic_registers().
-
187815cf
by Elizabeth Figura at 2026-06-22T13:49:00+02:00
vkd3d-shader/hlsl: Call generate_vsir_signature_entry() from allocate_semantic_register().
-
848e4df0
by Elizabeth Figura at 2026-06-22T13:49:11+02:00
vkd3d-shader/hlsl: Move some validation to allocate_semantic_register().
-
bf703072
by Elizabeth Figura at 2026-06-22T13:56:33+02:00
vkd3d-shader/hlsl: Move signature construction directly into allocate_semantic_register().