Handbook
Glossary
gl-error-code ( -- code/f )
Vocabulary
opengl
Inputs
None
Outputs
code/f
an
object
Definition
USING:
kernel
opengl.gl
;
IN:
opengl
:
gl-error-code
( -- code/f )
glGetError
dup
0
=
[
drop
f
]
when
;
inline