Sign in
dawn
/
tint
/
294ce9394f4a8952abe9fb9b58b52f161a55dc24
/
.
/
test
/
expressions
/
splat
/
with_swizzle
/
f32.wgsl.expected.hlsl
blob: 0ee0a3771aee2ecb470375f40c92170eb2767351 [
file
] [
log
] [
blame
]
[
numthreads
(
1
,
1
,
1
)]
void
unused_entry_point
()
{
return
;
}
void
f
()
{
float
a
=
float2
((
1.0f
).
xx
).
y
;
float
b
=
float3
((
1.0f
).
xxx
).
z
;
float
c
=
float4
((
1.0f
).
xxxx
).
w
;
}