Sign in
dawn
/
tint
/
refs/heads/chromium/4605
/
.
/
test
/
unittest
/
reader
/
spirv
/
SpvModuleScopeVarParserTest_StructNullInitializer.spvasm.expected.hlsl
blob: 630bcc207b1607a119319c794faf4cd17260c022 [
file
] [
log
] [
blame
] [
edit
]
struct
S
{
uint
field0
;
float
field1
;
uint
field2
[
2
];
};
static
S x_200
=
{
0u
,
0.0f
,
{
0u
,
0u
}};
void
main_1
()
{
return
;
}
void
main
()
{
main_1
();
return
;
}