Sign in
dawn
/
tint
/
8ebff3dc85e7997e39592c52e20a4e134baffca8
/
.
/
test
/
unittest
/
reader
/
spirv
/
SpvModuleScopeVarParserTest_PrivateVar.spvasm.expected.hlsl
blob: 76182bd1af4ff69ede8505d28327b4dbafec62d7 [
file
] [
log
] [
blame
]
static
float
my_own_private_idaho
=
0.0f
;
void
main_1
()
{
return
;
}
void
main
()
{
main_1
();
return
;
}