Sign in
dawn
/
dawn
/
e5919ac1152821910aa7024ce15c7eef4e0bbbb0
/
.
/
test
/
expressions
/
splat
/
immediate
/
f32.wgsl.expected.hlsl
blob: c757ba2ce30df319277fe1efc6714e4b23d4cd22 [
file
] [
log
] [
blame
]
[
numthreads
(
1
,
1
,
1
)]
void
unused_entry_point
()
{
return
;
}
void
f
()
{
float2 v2
=
float2
((
1.0f
).
xx
);
float3 v3
=
float3
((
1.0f
).
xxx
);
float4 v4
=
float4
((
1.0f
).
xxxx
);
}