Sign in
dawn
/
dawn
/
de734316b479ef8dadc70e54e4419ff638dbc402
/
.
/
test
/
tint
/
expressions
/
splat
/
var
/
f32.wgsl.expected.ir.msl
blob: 1a00596bb491c6b2ea09fe43c26ee507cb8de3db [
file
] [
log
] [
blame
]
#include
<metal_stdlib>
using
namespace
metal
;
void
f
()
{
float
v
=
3.0f
;
float2 v2
=
float2
(
v
);
float3 v3
=
float3
(
v
);
float4 v4
=
float4
(
v
);
}