Sign in
dawn
/
tint
/
f91b02bba126f62b7bd475d44d665290c9ffbbdd
/
.
/
test
/
expressions
/
zero_init
/
mat3x3
/
f32.wgsl.expected.msl
blob: 46aa385cfa99b4a14a01c908ce9461158ccf575b [
file
] [
log
] [
blame
]
#include
<metal_stdlib>
using
namespace
metal
;
void
f
()
{
float3x3 v
=
float3x3
();
}