glGenTextures ( n textures -- ) (original) (raw)
glGenTextures ( n textures -- )
Inputs
n | an object |
---|---|
textures | an object |
Outputs
None
Definition
USING: alien.c-types alien.syntax ;
LIBRARY: gl FUNCTION: void glGenTextures
( GLsizei n, GLuint* textures )