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