dawn-cmake/test/tint/var/override/numbered/no_init/i32.wgsl.expected.hlsl

10 lines
185 B
HLSL

#ifndef WGSL_SPEC_CONSTANT_1234
#error spec constant required for constant id 1234
#endif
static const int o = WGSL_SPEC_CONSTANT_1234;
[numthreads(1, 1, 1)]
void main() {
return;
}