Class ARBPipelineStatisticsQuery

java.lang.Object
org.lwjgl.opengl.ARBPipelineStatisticsQuery

public final class ARBPipelineStatisticsQuery extends Object
Native bindings to the ARB_pipeline_statistics_query extension.

This extension introduces new query types that allow applications to get statistics information about different parts of the pipeline:

  • Number of vertices and primitives issued to the GL.
  • Number of times a vertex shader, tessellation evaluation shader, geometry shader, fragment shader, and compute shader was invoked.
  • Number of patches processed by the tessellation control shader stage.
  • Number of primitives emitted by a geometry shader.
  • Number of primitives that entered the primitive clipping stage.
  • Number of primitives that are output by the primitive clipping stage.

Requires OpenGL 3.0.