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