Sign in
dawn
/
tint
/
abf4f17b8e623e20b359136ad80172f2517f2248
/
.
/
test
/
expressions
/
binary
/
div
/
vec3-vec3
/
f32.wgsl.expected.hlsl
blob: 7ae0123dbdaf1b21cadcc21aa566eaa078d2e062 [
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
;
}