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