Sign in
dawn
/
dawn
/
c4bbf56708cc6295af6d5a68e135fd9061b3d897
/
.
/
test
/
tint
/
expressions
/
zero_init
/
vec2
/
f32.wgsl.expected.ir.msl
blob: d4e851142cd32bed629537cc147b71b00d3075a1 [
file
] [
log
] [
blame
]
#include
<metal_stdlib>
using
namespace
metal
;
void
f
()
{
float2 v
=
float2
(
0.0f
);
}