glBeginQuery, glBeginQueryIndexed, glDeleteQueries, glEndQuery, glGenQueries, glGetQueryObject, glGetQueryiv, glIsQuery
Copyright© 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. http://opencontent.org/openpub/.
Page generated by adrdox
glCreateQueries: man4/glCreateQueries.xml
glCreateQueries returns n previously unused query object names in ids, each representing a new query object with the specified target. target may be one of GL_SAMPLES_PASSED, GL_ANY_SAMPLES_PASSED, GL_ANY_SAMPLES_PASSED_CONSERVATIVE, GL_TIME_ELAPSED, GL_TIMESTAMP, GL_PRIMITIVES_GENERATED or GL_TRANSFORM_FEEDBACK_PRIMITIVES_WRITTEN.