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