public final class NVBlendEquationAdvancedCoherent
extends java.lang.Object
Similar to NV_blend_equation_advanced, but guarantees that blending is done coherently and in API primitive ordering. An enable is provided to allow implementations to opt out of fully coherent blending and instead behave as though only NV_blend_equation_advanced were supported.
Requires OpenGL 2.0 and NV_blend_equation_advanced.
| Modifier and Type | Field and Description |
|---|---|
static int |
GL_BLEND_ADVANCED_COHERENT_NV
Accepted by the
cap parameter of Disable, Enable, and IsEnabled, and by the pname parameter of GetIntegerv, GetBooleanv, GetFloatv, GetDoublev
and GetInteger64v. |
public static final int GL_BLEND_ADVANCED_COHERENT_NV
cap parameter of Disable, Enable, and IsEnabled, and by the pname parameter of GetIntegerv, GetBooleanv, GetFloatv, GetDoublev
and GetInteger64v.Copyright LWJGL. All Rights Reserved. License terms.