Sign in
dawn
/
dawn
/
853aa21e69727459ddb6d2ea49d866691092dd0e
/
.
/
test
/
tint
/
ptr_ref
/
store
/
local
/
struct_field.spvasm.expected.ir.msl
blob: 25e177bfae2fb41fec5f4ebc684b391bd5991768 [
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
();
}