Package org.lwjgl.opengles
Class QCOMPerfmonGlobalMode
- java.lang.Object
-
- org.lwjgl.opengles.QCOMPerfmonGlobalMode
-
public final class QCOMPerfmonGlobalMode extends java.lang.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 Summary
Fields Modifier and Type Field Description static int
GL_PERFMON_GLOBAL_MODE_QCOM
Accepted by thecap
parameter of Enable and Disable, and IsEnabled, and by thepname
parameter of GetBooleanv, GetIntegerv, and GetFloatv.
-
-
-
Field Detail
-
GL_PERFMON_GLOBAL_MODE_QCOM
public static final int GL_PERFMON_GLOBAL_MODE_QCOM
Accepted by thecap
parameter of Enable and Disable, and IsEnabled, and by thepname
parameter of GetBooleanv, GetIntegerv, and GetFloatv.- See Also:
- Constant Field Values
-
-