blob: 4a3a2e1cfc7a6934e3b304db7299cdba8d8d1f33 [file] [log] [blame]
#ifndef WGSL_SPEC_CONSTANT_1234
#error spec constant required for constant id 1234
#endif
static const uint o = WGSL_SPEC_CONSTANT_1234;
[numthreads(1, 1, 1)]
void main() {
return;
}