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