Sign in
dawn
/
tint
/
6d60c046e80acbe10c002d4322e0a20a58b9a416
/
.
/
test
/
unittest
/
reader
/
spirv
/
SpvModuleScopeVarParserTest_ScalarSpecConstant_DeclareConst_F32.spvasm.expected.hlsl
blob: 566f3415a348aa0377b18f1667ddb0eaa8f85755 [
file
] [
log
] [
blame
]
#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
;
}