Sign in
dawn
/
dawn
/
e2f35ba8e0a4f8f234660c980a1917f5504482a3
/
.
/
test
/
expressions
/
binary
/
bit-or
/
scalar-scalar
/
i32.wgsl.expected.glsl
blob: db2479ffa85f10102bc90cf3e588dbc77e0473f8 [
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
();
}