Handbook
Glossary
get-gl-bools ( enum count -- value )
Vocabulary
gpu
.
state
Inputs
enum
an
object
count
an
object
Outputs
value
an
object
Definition
USING:
alien.c-types
byte-arrays
kernel
opengl.gl
sequences
;
IN:
gpu.state
:
get-gl-bools
( enum count -- value )
<byte-array>
[
glGetBooleanv
]
keep
[
c-bool>
]
{
}
map-as
;