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