Sign in
dawn
/
dawn
/
985b4e8921edd65074abc577eb80bb88639eb415
/
.
/
test
/
tint
/
ptr_ref
/
load
/
local
/
struct_field.spvasm.expected.ir.msl
blob: 3090bafc66202a914deb4233e4a18ac42ed1fef0 [
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
();
}