Handbook
Glossary
gl-array-element-type ( array -- type )
Vocabulary
gpu
.
render
.
private
Inputs
array
an
object
Outputs
type
an
object
Definition
IN:
gpu.render.private
GENERIC:
gl-array-element-type
( array -- type )
Methods
USING:
gpu.render.private
kernel
opengl.gl
specialized-arrays.instances.alien.c-types.uchar
;
M:
uchar-array
gl-array-element-type
drop
GL_UNSIGNED_BYTE
;
inline
USING:
gpu.render.private
kernel
opengl.gl
specialized-arrays.instances.alien.c-types.uint
;
M:
uint-array
gl-array-element-type
drop
GL_UNSIGNED_INT
;
inline
USING:
gpu.render.private
kernel
opengl.gl
specialized-arrays.instances.alien.c-types.ushort
;
M:
ushort-array
gl-array-element-type
drop
GL_UNSIGNED_SHORT
;
inline