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