Signature
Parameters
Variables | Description |
---|---|
target |
Specifies the target type of query object established between
glBeginQueryIndexed
and the subsequent
glEndQueryIndexed
.
The symbolic constant must be one of
GL_SAMPLES_PASSED
,
GL_ANY_SAMPLES_PASSED
,
GL_PRIMITIVES_GENERATED
,
GL_TRANSFORM_FEEDBACK_PRIMITIVES_WRITTEN
, or
GL_TIME_ELAPSED
.
|
index |
Specifies the index of the query target upon which to begin the query.
|
id |
Specifies the name of a query object.
|