blob: 3ab84bb1a4589bbf1710845658444fd97b2f98b0 [file] [log] [blame]
static float a = 1.0f;
static float b = 0.0f;
[numthreads(1, 1, 1)]
void main() {
const float x = (a + b);
return;
}