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