make-texture ( image -- id )


Vocabulary
opengl.textures

Inputs
imagean image


Outputs
idan OpenGL texture ID


Word description
Creates a new OpenGL texture from a pixmap image whose dimensions are equal to dim.

Definition