Metroids/etc/lwjgl-2.9.1/src/generated/org/lwjgl/opengles/QCOMPerformanceMonitorGlobalMode.java

19 lines
478 B
Java

/* MACHINE GENERATED FILE, DO NOT EDIT */
package org.lwjgl.opengles;
import org.lwjgl.*;
import java.nio.*;
public final class QCOMPerformanceMonitorGlobalMode {
/**
* Accepted by the <cap> parameter of Enable and Disable, and
* IsEnabled, and by the <pname> parameter of GetBooleanv, GetIntegerv,
* and GetFloatv:
*/
public static final int GL_PERFMON_GLOBAL_MODE_QCOM = 0x8FA0;
private QCOMPerformanceMonitorGlobalMode() {}
}