Sign in
dawn
/
tint
/
8ebff3dc85e7997e39592c52e20a4e134baffca8
/
.
/
test
/
unittest
/
reader
/
spirv
/
SpvModuleScopeVarParserTest_EntryPointWrapping_BuiltinVar_SampleMask_In_Unsigned.spvasm.expected.hlsl
blob: ae1dd89d79678265a26d71e4f57de72686a93652 [
file
] [
log
] [
blame
]
static
uint
x_1
[
1
]
=
(
uint
[
1
])
0
;
void
main_1
()
{
return
;
}
struct
tint_symbol_1
{
uint
x_1_param
:
SV_Coverage
;
};
void
main
(
tint_symbol_1 tint_symbol
)
{
const
uint
x_1_param
=
tint_symbol
.
x_1_param
;
x_1
[
0
]
=
x_1_param
;
main_1
();
return
;
}