Sign in
dawn
/
dawn
/
04b531d071b0faeaa680f87316c8da2a83f6dd06
/
.
/
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
()
{
}