Sign in
dawn
/
tint
/
5f6a185d0210fa6adf8bbcc4c2f4f3133e671001
/
.
/
test
/
out_of_order_decls
/
array
/
alias.wgsl.expected.msl
blob: e345a6d58f699dd4b3e68892ca60a3c6d3be7e0c [
file
] [
log
] [
blame
]
#include
<metal_stdlib>
using
namespace
metal
;
struct
tint_array_wrapper
{
int
arr
[
4
];
};
fragment
void
f
()
{
thread tint_array_wrapper tint_symbol
=
{};
tint_symbol
.
arr
[
0
]
=
1
;
return
;
}