We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
[MethodImpl(IL)] public static float4 bitwave(float4 x) => floor(math.fmod(x, 2)); [MethodImpl(IL)] public static float4 bitwave2(float4 x) => (int4)x & 1;