[numthreads(1, 1, 1)]
void main() {
const float2 fract = float2(0.25f, 0.75f);
const float2 whole = float2(1.0f, 3.0f);
return;
}