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

org.lwjgl.opengles.OESBlendSubtract 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 OESBlendSubtract {

	/**
	 * Accepted by the <mode> parameter of BlendEquationOES: 
	 */
	public static final int GL_FUNC_ADD_OES = 0x8006,
		GL_FUNC_SUBTRACT_OES = 0x800A,
		GL_FUNC_REVERSE_SUBTRACT_OES = 0x800B;

	/**
	 *  Accepted by the <pname> parameter of GetBooleanv, GetIntegerv,
	 *  and GetFloatv:
	 */
	public static final int GL_BLEND_EQUATION_OES = 0x8009;

	private OESBlendSubtract() {}

	static native void initNativeStubs() throws LWJGLException;

	public static void glBlendEquationOES(int mode) {
		nglBlendEquationOES(mode);
	}
	static native void nglBlendEquationOES(int mode);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy