Sign in
dawn
/
tint
/
671d9703f0c1f42560c8d28b7b555f39edc89d87
/
.
/
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
();
}