public final class ARBPipelineStatisticsQuery
extends java.lang.Object
This extension introduces new query types that allow applications to get statistics information about different parts of the pipeline:
Requires OpenGL 3.0.
public static final int GL_VERTICES_SUBMITTED_ARB
target parameter of BeginQuery, EndQuery, GetQueryiv,
BeginQueryIndexed, EndQueryIndexed and GetQueryIndexediv.public static final int GL_PRIMITIVES_SUBMITTED_ARB
target parameter of BeginQuery, EndQuery, GetQueryiv,
BeginQueryIndexed, EndQueryIndexed and GetQueryIndexediv.public static final int GL_VERTEX_SHADER_INVOCATIONS_ARB
target parameter of BeginQuery, EndQuery, GetQueryiv,
BeginQueryIndexed, EndQueryIndexed and GetQueryIndexediv.public static final int GL_TESS_CONTROL_SHADER_PATCHES_ARB
target parameter of BeginQuery, EndQuery, GetQueryiv,
BeginQueryIndexed, EndQueryIndexed and GetQueryIndexediv.public static final int GL_TESS_EVALUATION_SHADER_INVOCATIONS_ARB
target parameter of BeginQuery, EndQuery, GetQueryiv,
BeginQueryIndexed, EndQueryIndexed and GetQueryIndexediv.public static final int GL_GEOMETRY_SHADER_INVOCATIONS
target parameter of BeginQuery, EndQuery, GetQueryiv,
BeginQueryIndexed, EndQueryIndexed and GetQueryIndexediv.public static final int GL_GEOMETRY_SHADER_PRIMITIVES_EMITTED_ARB
target parameter of BeginQuery, EndQuery, GetQueryiv,
BeginQueryIndexed, EndQueryIndexed and GetQueryIndexediv.public static final int GL_FRAGMENT_SHADER_INVOCATIONS_ARB
target parameter of BeginQuery, EndQuery, GetQueryiv,
BeginQueryIndexed, EndQueryIndexed and GetQueryIndexediv.public static final int GL_COMPUTE_SHADER_INVOCATIONS_ARB
target parameter of BeginQuery, EndQuery, GetQueryiv,
BeginQueryIndexed, EndQueryIndexed and GetQueryIndexediv.public static final int GL_CLIPPING_INPUT_PRIMITIVES_ARB
target parameter of BeginQuery, EndQuery, GetQueryiv,
BeginQueryIndexed, EndQueryIndexed and GetQueryIndexediv.public static final int GL_CLIPPING_OUTPUT_PRIMITIVES_ARB
target parameter of BeginQuery, EndQuery, GetQueryiv,
BeginQueryIndexed, EndQueryIndexed and GetQueryIndexediv.Copyright LWJGL. All Rights Reserved. License terms.