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