Skip to content

vkd3d-shader/ir: Move vsir_program_normalise() to the end of the file.

Giovanni Mascellani requested to merge giomasce/vkd3d:aso into master

vsir_program_normalise() has function calls to basically everything in ir.c, so it's useful to have it in an easily reachable place to quickly jump to wherever you need using your favorite code editor's features.

Merge request reports

Loading