glGenTextures ( n textures -- ) (original) (raw)

glGenTextures ( n textures -- )

Vocabulary
opengl.gl

Inputs

n an object
textures an object

Outputs
None

Definition

USING: alien.c-types alien.syntax ;

IN: opengl.gl

LIBRARY: gl FUNCTION: void glGenTextures
( GLsizei n, GLuint* textures )