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