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