org.lwjgl.opengles.NVBlendEquationAdvancedCoherent Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of org.lwjgl.opengles Show documentation
Show all versions of org.lwjgl.opengles Show documentation
LWJGL OSGi bundle (OpenGL ES bindings)
The 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 NV_blend_equation_advanced_coherent extension.
*
* Requires {@link GLES20 GLES 2.0}.
*/
public final class NVBlendEquationAdvancedCoherent {
/**
* Accepted by the {@code cap} parameter of Disable, Enable, and IsEnabled, and by the {@code pname} parameter of GetIntegerv, GetBooleanv, GetFloatv,
* GetDoublev and GetInteger64v.
*/
public static final int GL_BLEND_ADVANCED_COHERENT_NV = 0x9285;
private NVBlendEquationAdvancedCoherent() {}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy