table of contents
other versions
| GLDELETEQUERIES(3G) | [FIXME: manual] | GLDELETEQUERIES(3G) | 
NAME¶
glDeleteQueries - delete named query objectsC SPECIFICATION¶
void
  glDeleteQueries(GLsizei n,
  const GLuint * ids);
PARAMETERS¶
nSpecifies the number of query objects to be
  deleted.
ids
Specifies an array of query objects to be
  deleted.
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] |