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