glBeginQuery¶
delimit the boundaries of a query object
- arguments
-
int
$target
Specifies the target type of query object established between glBeginQuery and the subsequent glEndQuery. The symbolic constant must be one ofGL_SAMPLES_PASSED ,GL_ANY_SAMPLES_PASSED ,GL_ANY_SAMPLES_PASSED_CONSERVATIVE ,GL_PRIMITIVES_GENERATED ,GL_TRANSFORM_FEEDBACK_PRIMITIVES_WRITTEN , orGL_TIME_ELAPSED .int
$id
Specifies the name of a query object.
- returns
-
void
Copyright © 2010-2014 Khronos Group
This material may be distributed subject to the terms and conditions set forth in the Open Publication License, v 1.0, 8 June 1999. https://opencontent.org/openpub/.