Sign in
dawn
/
tint
/
6d60c046e80acbe10c002d4322e0a20a58b9a416
/
.
/
test
/
unittest
/
reader
/
spirv
/
SpvParserFunctionVarTest_EmitFunctionVariables_ScalarNullInitializers.spvasm.expected.hlsl
blob: b9e839b2f064223a7e6d0c8ee8a600f41e57d836 [
file
] [
log
] [
blame
]
void
main_1
()
{
bool
a
=
false
;
int
b
=
0
;
uint
c
=
0u
;
float
d
=
0.0f
;
return
;
}
void
main
()
{
main_1
();
return
;
}