twostraws / Inferno

Metal shaders for SwiftUI.
Other
2.46k stars 119 forks source link

Fix AnimatedGradientFill README Example #2

Closed sammcode closed 1 year ago

sammcode commented 1 year ago

This PR fixes a small issue in the AnimatedGradientFill README example where a .float2() size parameter was missing from the Shader input.

twostraws commented 1 year ago

Thank you!