Sign in
dawn
/
dawn
/
32363954436092f4d0c5f2c8dd5f1fa8f2ff00af
/
.
/
test
/
tint
/
ptr_ref
/
load
/
local
/
struct_field.wgsl.expected.ir.msl
blob: 15cba8cf87a2d7e8a2cdcd5e368d3bb2717e1da4 [
file
] [
log
] [
blame
]
#include
<metal_stdlib>
using
namespace
metal
;
struct
S
{
int
i
;
};
kernel
void
tint_symbol
()
{
S V
=
{};
int
i
=
V
.
i
;
}