Sign in
dawn
/
dawn
/
76b189f5a952978bf5a4158b10786beb8ab63ea1
/
.
/
test
/
tint
/
expressions
/
binary
/
mod
/
scalar-vec3
/
f32.wgsl.expected.hlsl
blob: b2653df18a37da1be5a9193ec2ceb2e62b408f22 [
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
;
}