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