Sign in
dawn
/
dawn
/
7143450998c72258f994acea688164f2fa1ff3eb
/
.
/
test
/
tint
/
expressions
/
binary
/
div
/
scalar-vec3
/
f32.wgsl.expected.fxc.hlsl
blob: 3eabba064d0680d18768beff4fa64a949852af79 [
file
] [
log
] [
blame
]
[
numthreads
(
1
,
1
,
1
)]
void
f
()
{
const
float
a
=
4.0f
;
const
float3 b
=
float3
(
1.0f
,
2.0f
,
3.0f
);
const
float3 r
=
(
a
/
b
);
return
;
}