create-texture ( target -- id )


Vocabulary
opengl.textures

Inputs
targetan object


Outputs
idan integer


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

Definition