gen-texture ( -- id )


Vocabulary
opengl.textures

Inputs
None

Outputs
idan integer


Word description
Wrapper for glGenTextures to handle the common case of generating a single texture ID.

Definition