Sign in
dawn
/
dawn
/
f7d0c1cbfe46288a0874d9ba116d560a8e537ca5
/
.
/
test
/
expressions
/
zero_init
/
struct
/
array.wgsl.expected.msl
blob: 61b9dc1c928c4ef072840bf3b0b54ae437156efd [
file
] [
log
] [
blame
]
#include
<metal_stdlib>
using
namespace
metal
;
struct
tint_array_wrapper
{
float
arr
[
4
];
};
struct
S
{
tint_array_wrapper a
;
};
void
f
()
{
S v
=
{};
}