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