Sign in
dawn
/
tint
/
6d60c046e80acbe10c002d4322e0a20a58b9a416
/
.
/
test
/
unittest
/
reader
/
spirv
/
SpvModuleScopeVarParserTest_StructInitializer.spvasm.expected.hlsl
blob: 8e7b09e088f46c8b3323f601ba04d507fa50ff07 [
file
] [
log
] [
blame
]
struct
S
{
uint
field0
;
float
field1
;
uint
field2
[
2
];
};
static
S x_200
=
{
1u
,
1.5f
,
{
1u
,
2u
}};
void
main_1
()
{
return
;
}
void
main
()
{
main_1
();
return
;
}