Sign in
dawn
/
tint
/
ba1a8f8d05e97687fb3a3fd1d1c250af7af6d22b
/
.
/
test
/
expressions
/
zero_init
/
mat2x3
/
f32.wgsl.expected.msl
blob: 6b1c1a6d8afd4c04fab31d60d352cd2250d1eb2f [
file
] [
log
] [
blame
]
#include
<metal_stdlib>
using
namespace
metal
;
void
f
()
{
float2x3 v
=
float2x3
();
}