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

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

There is a newer version: 2.9.3
Show newest version
/* MACHINE GENERATED FILE, DO NOT EDIT */

package org.lwjgl.opengles;

import org.lwjgl.*;
import java.nio.*;

public final class QCOMBinningControl {

	/**
	 * Accepted by the <target> parameter of Hint: 
	 */
	public static final int GL_BINNING_CONTROL_HINT_QCOM = 0x8FB0;

	/**
	 * Accepted by the <hint> parameter of Hint: 
	 */
	public static final int GL_CPU_OPTIMIZED_QCOM = 0x8FB1,
		GL_GPU_OPTIMIZED_QCOM = 0x8FB2,
		GL_RENDER_DIRECT_TO_FRAMEBUFFER_QCOM = 0x8FB3,
		GL_DONT_CARE = 0x1100;

	private QCOMBinningControl() {}
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy