You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It's really common for shaders to have things like float4(1, 2, 3, 4) rather than float4(1.0, 2.0, 3.0, 4.0). Given that most operations in shaders are floating point operations, it seems gratuitous to require the extra two characters.