blob: 89217b272395cef7f9cd955221e7d199212cc162 [file] [log] [blame]
[numthreads(1, 1, 1)]
void main() {
const float2 fract = float2(0.625f, 0.9375f);
const int2 exp = int2(1, 2);
return;
}