Sign in
dawn
/
tint
/
8ebff3dc85e7997e39592c52e20a4e134baffca8
/
.
/
test
/
unittest
/
reader
/
spirv
/
SpvModuleScopeVarParserTest_ScalarInitializers.spvasm.expected.hlsl
blob: f31c4272a25be976b333a1248c46d378cb50f6bc [
file
] [
log
] [
blame
]
static
bool
x_1
=
true
;
static
bool
x_2
=
false
;
static
int
x_3
=
-
1
;
static
uint
x_4
=
1u
;
static
float
x_5
=
1.5f
;
void
main_1
()
{
return
;
}
void
main
()
{
main_1
();
return
;
}