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