Skip to content

vkd3d-shader: Make *src and *dst mutable in vkd3d_shader_instruction.

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

They were originally made const because no optimization/normalization pass existed. Now having to cast away const all the time is becoming more and more burdening.

Merge request reports

Loading