Sign in
dawn
/
dawn
/
f0e6f57959bfe84d17ec529e2a99e9d625315b6d
/
.
/
test
/
tint
/
expressions
/
binary
/
sub
/
vec3-scalar
/
f32.wgsl.expected.fxc.hlsl
blob: d3deb7b1c46d0f3feb8442641df82845e70cf075 [
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
;
}