Sign in
dawn
/
tint
/
50854384233e865caa6816201a52da0a747b16d8
/
.
/
test
/
expressions
/
zero_init
/
mat3x2
/
f32.wgsl.expected.msl
blob: 8f611d235cf2823bd50cd79b19a655b7f460bc37 [
file
] [
log
] [
blame
]
#include
<metal_stdlib>
using
namespace
metal
;
void
f
()
{
float3x2 v
=
float3x2
();
}