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