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