Sign in
dawn
/
dawn
/
ea12bfae75b8e57931b32880ac20cf4500dae9aa
/
.
/
test
/
tint
/
expressions
/
binary
/
mod
/
scalar-scalar
/
f32.wgsl
blob: 1988f9d763eb66a30ce6cfb80a7d91bcfe379f0e [
file
] [
log
] [
blame
]
@compute
@workgroup_size
(
1
)
fn f
()
{
let
a
=
1.
;
let
b
=
2.
;
let
r
:
f32
=
a
%
b
;
}