Sign in
dawn
/
dawn
/
0880e0643379ff2535187662cb21a803ce974cfa
/
.
/
test
/
tint
/
expressions
/
binary
/
add
/
vec3-scalar
/
f32.wgsl.expected.dxc.hlsl
blob: d7fa2f670075a5fe60cd6bf82e9fcbc012156b3b [
file
] [
log
] [
blame
]
[
numthreads
(
1
,
1
,
1
)]
void
f
()
{
const
float3 a
=
float3
(
1.0f
,
2.0f
,
3.0f
);
const
float
b
=
4.0f
;
const
float3 r
=
(
a
+
b
);
return
;
}