Adds support for InterpolateAtCentroid, InterpolateAtSample, and InterpolateAtOffset to the copy propagate arrays pass, as well as propagating pointers with the Input storage class. Also handles situations where variables should be propagated in an order different than the order that they are declared in the source.
Adds support for
InterpolateAtCentroid
,InterpolateAtSample
, andInterpolateAtOffset
to the copy propagate arrays pass, as well as propagating pointers with theInput
storage class. Also handles situations where variables should be propagated in an order different than the order that they are declared in the source.