blob: b4c002c7c4499fff4ebcf8504a67228bc47086e4 [file] [log] [blame]
[numthreads(1, 1, 1)]
void main() {
float fract = 0.25f;
float whole = 1.0f;
return;
}