Handbook
Glossary
gl-index-type ( index-type -- gl-index-type )
Vocabulary
gpu
.
render
.
private
Inputs
index-type
an
object
Outputs
gl-index-type
an
object
Definition
USING:
combinators
gpu.render
opengl.gl
;
IN:
gpu.render.private
:
gl-index-type
( index-type -- gl-index-type )
{
{
ubyte-indexes
[
GL_UNSIGNED_BYTE
]
}
{
ushort-indexes
[
GL_UNSIGNED_SHORT
]
}
{
uint-indexes
[
GL_UNSIGNED_INT
]
}
}
case
;
inline