Sign in
dawn
/
tint
/
6ed467a34043835776a5670c52cab0b09ca4cc59
/
.
/
test
/
ptr_ref
/
access
/
vector.spvasm.expected.msl
blob: 2d93596c0a3a3bd4ed0a397ba013ba1c1ab14f25 [
file
] [
log
] [
blame
]
#include
<metal_stdlib>
using
namespace
metal
;
void
main_1
()
{
float3 v
=
float3
(
0.0f
,
0.0f
,
0.0f
);
v
=
float3
(
1.0f
,
2.0f
,
3.0f
);
v
.
y
=
5.0f
;
return
;
}
kernel
void
tint_symbol
()
{
main_1
();
return
;
}