Handbook
Glossary
image-data-format ( component-order component-type -- gl-format gl-type )
Vocabulary
opengl
.
textures
Inputs
component-order
an
object
component-type
an
object
Outputs
gl-format
an
object
gl-type
an
object
Definition
USING:
kernel
;
IN:
opengl.textures
:
image-data-format
( component-order component-type -- gl-format gl-type )
[
(component-order>format)
]
[
(component-type>type)
]
2bi
;