table of contents
other versions
| GLGENBUFFERS(3G) | [FIXME: manual] | GLGENBUFFERS(3G) | 
NAME¶
glGenBuffers - generate buffer object namesC SPECIFICATION¶
void
  glGenBuffers(GLsizei n,
  GLuint * buffers);
PARAMETERS¶
nSpecifies the number of buffer object names to
  be generated.
buffers
Specifies an array in which the generated
  buffer object names are stored.
DESCRIPTION¶
ERRORS¶
ASSOCIATED GETS¶
SEE ALSO¶
COPYRIGHT¶
Copyright © 2005 Addison-Wesley. This material may be distributed subject to the terms and conditions set forth in the Open Publication License, v 1.0, 8 June 1999. http://opencontent.org/openpub/.| 05/30/2012 | [FIXME: source] |