org.lwjgl.opengles.KHRBlendEquationAdvancedCoherent 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 KHR_blend_equation_advanced_coherent extension.
*
* This extension guarantees that blending is done coherently and in API primitive order. An enable is provided to allow implementations to opt out of
* fully coherent blending and instead behave as though only {@link KHRBlendEquationAdvanced KHR_blend_equation_advanced} were supported.
*
* Requires {@link GLES20 GLES 2.0} and {@link EXTBlendMinmax EXT_blend_minmax}.
*/
public final class KHRBlendEquationAdvancedCoherent {
/**
* 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_KHR = 0x9285;
private KHRBlendEquationAdvancedCoherent() {}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy