Sign in
dawn
/
dawn
/
c0f1ed4fe729b822a7697058a41f8042c4145e59
/
.
/
test
/
expressions
/
binary
/
mul
/
vec3-vec3
/
f32.wgsl.expected.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
;
}