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