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