#ifndef WGSL_SPEC_CONSTANT_0 #define WGSL_SPEC_CONSTANT_0 0.0f #endif static const float o = WGSL_SPEC_CONSTANT_0; [numthreads(1, 1, 1)] void main() { return; }