Sign in
dawn
/
tint
/
b1d2b84f7dcbe753f625c17885866233732e3148
/
.
/
test
/
expressions
/
binary
/
mod
/
scalar-scalar
/
u32.wgsl.expected.glsl
blob: 0015a14956660e2c8fa9a00d3e119254095646ce [
file
] [
log
] [
blame
]
#version 310 es
precision mediump
float
;
layout
(
local_size_x
=
1
,
local_size_y
=
1
,
local_size_z
=
1
)
in
;
void
f
()
{
uint
r
=
(
1u
%
2u
);
return
;
}
void
main
()
{
f
();
}