Sign in
dawn
/
tint
/
8094553c8a45d09122b174e26686042dcc08e3cb
/
.
/
test
/
expressions
/
zero_init
/
mat2x4
/
f32.wgsl.expected.msl
blob: 07088be2413f85cc81875db0fa926f1dd9d53023 [
file
] [
log
] [
blame
]
#include
<metal_stdlib>
using
namespace
metal
;
void
f
()
{
float2x4 v
=
float2x4
();
}