Handbook
Glossary
tex-sub-image ( image -- )
Vocabulary
opengl
.
textures
.
private
Inputs
image
an
object
Outputs
None
Definition
USING:
accessors
kernel
opengl.gl
opengl.textures
sequences
;
IN:
opengl.textures.private
:
tex-sub-image
( image -- )
[
GL_TEXTURE_2D
0 0 0
]
dip
[
dim>>
first2
]
[
image-format
nipd
]
[
bitmap>>
]
tri
glTexSubImage2D
;