Sign in
dawn
/
dawn
/
ab9757036bd6b2fe86c4e937db0524463ba0c0f8
/
.
/
test
/
tint
/
expressions
/
zero_init
/
array
/
struct.wgsl.expected.msl
blob: 79d7fd70d9e8bb7eabc96a113d3c3e1168601784 [
file
] [
log
] [
blame
]
#include
<metal_stdlib>
using
namespace
metal
;
struct
S
{
int
i
;
uint
u
;
float
f
;
bool
b
;
};
struct
tint_array_wrapper
{
S arr
[
4
];
};
void
f
()
{
tint_array_wrapper v
=
{.
arr
={}};
}