X-Git-Url: http://git.hcoop.net/clinton/guile-figl.git/blobdiff_plain/f9cd4214d375b0c972d742b500c3523e0b9b8865..7faf1d718c244a3e6cd364abb755fdbcbea0b276:/upstream-man-pages/man3/xhtml/glIsQuery.xml diff --git a/upstream-man-pages/man3/xhtml/glIsQuery.xml b/upstream-man-pages/man3/xhtml/glIsQuery.xml new file mode 100644 index 0000000..d77ff6a --- /dev/null +++ b/upstream-man-pages/man3/xhtml/glIsQuery.xml @@ -0,0 +1,23 @@ + + + +glIsQuery

Name

glIsQuery — determine if a name corresponds to a query object

C Specification

GLboolean glIsQuery(GLuint id);

Parameters

id

+ Specifies a value that may be the name of a query object. +

Description

+ glIsQuery returns GL_TRUE if id is currently the name of a query object. + If id is zero, or is a non-zero value that is not currently the + name of a query object, or if an error occurs, glIsQuery returns GL_FALSE. +

+ A name returned by glGenQueries, but not yet associated with a query object + by calling glBeginQuery, is not the name of a query object. +

See Also

+ glBeginQuery, + glDeleteQueries, + glEndQuery, + glGenQueries +

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/. +