Handbook
Glossary
texture-data-gl-args ( texture data -- format type ptr )
Vocabulary
gpu
.
textures
.
private
Inputs
texture
an
object
data
an
object
Outputs
format
an
object
type
an
object
ptr
an
object
Definition
USING:
accessors
kernel
opengl.textures
;
IN:
gpu.textures.private
:
texture-data-gl-args
( texture data -- format type ptr )
[
nip
[
[
component-order>>
]
[
component-type>>
]
bi
image-data-format
]
[
ptr>>
]
bi
]
[
[
component-order>>
]
[
component-type>>
]
bi
image-data-format
f
]
if*
;
inline