Sign in
dawn
/
tint
/
refs/heads/chromium/4611
/
.
/
test
/
unittest
/
reader
/
spirv
/
SpvParserTest_CompositeExtract_Struct.spvasm.expected.msl
blob: 3aef3065d3d0f71d64ff14d66c62c70c1f6a51c2 [
file
] [
log
] [
blame
] [
edit
]
#include
<metal_stdlib>
using
namespace
metal
;
struct
S
{
float2 field0
;
uint
field1
;
int
field2
;
};
void
main_1
()
{
S x_35
=
{};
S
const
x_1
=
x_35
;
int
const
x_2
=
x_1
.
field2
;
return
;
}
kernel
void
tint_symbol
()
{
main_1
();
return
;
}