Sign in
dawn
/
dawn
/
6f3737ba25507dfa69e13765556c6ad9fdce89cb
/
.
/
test
/
tint
/
ptr_ref
/
load
/
local
/
struct_field.spvasm.expected.ir.msl
blob: d7aeceefbb60a3f7b1c96487143bdeb8d41d6468 [
file
] [
log
] [
blame
]
#include
<metal_stdlib>
using
namespace
metal
;
struct
S
{
int
i
;
};
void
main_1
()
{
int
i
=
0
;
S V
=
{};
i
=
V
.
i
;
}
kernel
void
tint_symbol
()
{
main_1
();
}