Sign in
dawn
/
dawn
/
857f21e8b50446446b2e7f2bd4ee6dd620c017bf
/
.
/
test
/
tint
/
expressions
/
splat
/
expression
/
f32.wgsl.expected.hlsl
blob: 9ed6e5ab17e5f9500118993a544499f30ff024c8 [
file
] [
log
] [
blame
]
[
numthreads
(
1
,
1
,
1
)]
void
unused_entry_point
()
{
return
;
}
void
f
()
{
float2 v2
=
float2
(((
1.0f
+
2.0f
)).
xx
);
float3 v3
=
float3
(((
1.0f
+
2.0f
)).
xxx
);
float4 v4
=
float4
(((
1.0f
+
2.0f
)).
xxxx
);
}