Sign in
dawn
/
dawn
/
ac8975f2912608bfcdb87dd7a1f460d36d5cd093
/
.
/
test
/
expressions
/
binary
/
bit-and
/
scalar-scalar
/
i32.wgsl.expected.glsl
blob: ea9a02af423f08c12894f09d33af720950e37c50 [
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
()
{
int
r
=
(
1
&
2
);
return
;
}
void
main
()
{
f
();
}