All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.lwjgl.opengles.QCOMPerfmonGlobalMode Maven / Gradle / Ivy

Go to download

A royalty-free, cross-platform API for full-function 2D and 3D graphics on embedded systems - including consoles, phones, appliances and vehicles.

There is a newer version: 3.3.4
Show newest version
/*
 * Copyright LWJGL. All rights reserved.
 * License terms: https://www.lwjgl.org/license
 * MACHINE GENERATED FILE, DO NOT EDIT
 */
package org.lwjgl.opengles;

/**
 * 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.

*/ public final class QCOMPerfmonGlobalMode { /** * Accepted by the {@code cap} parameter of Enable and Disable, and IsEnabled, and by the {@code pname} parameter of GetBooleanv, GetIntegerv, and * GetFloatv. */ public static final int GL_PERFMON_GLOBAL_MODE_QCOM = 0x8FA0; private QCOMPerfmonGlobalMode() {} }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy