blob: fa2861c472e4a459667f85615c0c669fcc02775f [file] [log] [blame]
#ifndef WGSL_SPEC_CONSTANT_0
#define WGSL_SPEC_CONSTANT_0 1
#endif
static const int o = WGSL_SPEC_CONSTANT_0;
[numthreads(1, 1, 1)]
void main() {
return;
}