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