dawn-cmake/test/unittest/reader/spirv/SpvModuleScopeVarParserTest...

14 lines
192 B
HLSL

#ifndef WGSL_SPEC_CONSTANT_12
#define WGSL_SPEC_CONSTANT_12 2.5f
#endif
static const float myconst = WGSL_SPEC_CONSTANT_12;
void main_1() {
return;
}
void main() {
main_1();
return;
}