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