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