Sign in
dawn
/
tint
/
01e4b6fc18c26c52f3da0799bca87a08444dca65
/
.
/
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
;
}