Skip to content

vkd3d-shader/dxil: Support forward-referenced value ids.

Conor McCarthy requested to merge cmccarthy/vkd3d:fwd_refs into master

This is relevant to the structuriser because branched DXIL can sometimes contain forward refs. It doesn't need to be implemented in the backend until necessary, but it adds a parameter to register_init_ssa_vector() and register_init_ssa_scalar() so it's convenient to add before further use of those functions.

Merge request reports

Loading