Sign in
dawn
/
dawn
/
e2f35ba8e0a4f8f234660c980a1917f5504482a3
/
.
/
test
/
expressions
/
binary
/
mod
/
scalar-scalar
/
i32.wgsl.expected.hlsl
blob: 9088e51d9f72cc27ac275b5b3510c23c9f8891c8 [
file
] [
log
] [
blame
]
[
numthreads
(
1
,
1
,
1
)]
void
f
()
{
const
int
r
=
(
1
%
2
);
return
;
}