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