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