Skip to content

vkd3d-shader/hlsl: Only use the temp copy for variables that are written.

This is an updated and simplified version of !1366 (closed).

It is simpler in the sense that doesn't need to modify copy-propagation, but has the downside that replaces all dereferences from a uniform variable that is written to instead of just the written components.

Merge request reports

Loading