Class QCOMPerfmonGlobalMode

java.lang.Object
org.lwjgl.opengles.QCOMPerfmonGlobalMode

public final class QCOMPerfmonGlobalMode extends Object
Native bindings to the QCOM_perfmon_global_mode extension.

This extension introduces a global tracking mode in the performance monitors. When enabled, the counters increment in all operations, including all "housekeeping" operations such as resolves/clears and operations performed by other concurrent applications. The normal operation is to track only the application's own operations.

  • Field Details

    • GL_PERFMON_GLOBAL_MODE_QCOM

      public static final int GL_PERFMON_GLOBAL_MODE_QCOM
      Accepted by the cap parameter of Enable and Disable, and IsEnabled, and by the pname parameter of GetBooleanv, GetIntegerv, and GetFloatv.
      See Also: