Sign in
dawn
/
tint
/
5f6a185d0210fa6adf8bbcc4c2f4f3133e671001
/
.
/
test
/
expressions
/
zero_init
/
mat4x4
/
f32.wgsl.expected.msl
blob: 9b2c252ed4a1f33db13683f2ecdf6e5f2ec01017 [
file
] [
log
] [
blame
]
#include
<metal_stdlib>
using
namespace
metal
;
void
f
()
{
float4x4 v
=
float4x4
();
}