Sign in
dawn
/
tint
/
bf0180bcee90e8624d8063e55624bfebd8f7fb76
/
.
/
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
=
{};
}