Signature
Parameters
Variables | Description |
---|---|
id |
Specifies the name of a query object.
|
pname |
Specifies the symbolic name of a query object parameter.
Accepted values are
GL_QUERY_RESULT
or
GL_QUERY_RESULT_AVAILABLE
.
|
params |
If a buffer is bound to the
GL_QUERY_RESULT_BUFFER
target, then
params
is treated as an offset to a location within that buffer's data store to receive the result of the query. If
no buffer is bound to
GL_QUERY_RESULT_BUFFER
, then
params
is
treated as an address in client memory of a variable to receive the resulting data.
|
Sample Code References
The following code samples have been found which appear to reference the functions described here. Take care that the code may be old, broken or not even use PyOpenGL.
glGetQueryObjectiv
glGetQueryObjectuiv