Sign in
dawn
/
dawn
/
6dbe223321c9674052b047f8f269ceb243305bac
/
.
/
test
/
tint
/
expressions
/
binary
/
mul
/
vec3-vec3
/
f32.wgsl.expected.dxc.hlsl
blob: 8a51b14eeb0d4ed394913340b04e672a37762803 [
file
] [
log
] [
blame
]
[
numthreads
(
1
,
1
,
1
)]
void
f
()
{
const
float3 a
=
float3
(
1.0f
,
2.0f
,
3.0f
);
const
float3 b
=
float3
(
4.0f
,
5.0f
,
6.0f
);
const
float3 r
=
(
a
*
b
);
return
;
}