Sign in
dawn
/
tint
/
8ebff3dc85e7997e39592c52e20a4e134baffca8
/
.
/
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
;
}