Handbook
Glossary
delete-texture ( id -- )
Vocabulary
opengl
.
textures
Inputs
id
an
integer
Outputs
None
Word description
Wrapper for
glDeleteTextures
to handle the common case of deleting a single texture ID.
Definition
USING:
opengl
opengl.gl
;
IN:
opengl.textures
:
delete-texture
( id -- )
[
glDeleteTextures
]
(delete-gl-object)
;