delete-texture ( id -- )


Vocabulary
opengl.textures

Inputs
idan integer


Outputs
None

Word description
Wrapper for glDeleteTextures to handle the common case of deleting a single texture ID.

Definition