Sign in
dawn
/
tint
/
6d770093bdf1513ab57bd56c2e00c9b572d16304
/
.
/
test
/
expressions
/
binary
/
bit-or
/
scalar-scalar
/
i32.wgsl.expected.glsl
blob: 523d2746afa6de8156211525ce50c10b373e4e0e [
file
] [
log
] [
blame
]
#version 310 es
precision mediump
float
;
void
f
()
{
int
r
=
(
1
|
2
);
}
layout
(
local_size_x
=
1
,
local_size_y
=
1
,
local_size_z
=
1
)
in
;
void
main
()
{
f
();
return
;
}