Sign in
dawn
/
tint
/
ff3dbc361b4aa8d657e6c328a2b9c6b47623070e
/
.
/
test
/
expressions
/
zero_init
/
mat2x2
/
f32.wgsl.expected.msl
blob: 323a16b57a393aeb0deda8de1e7b834918bd6441 [
file
] [
log
] [
blame
]
#include
<metal_stdlib>
using
namespace
metal
;
void
f
()
{
float2x2 v
=
float2x2
();
}