Package org.lwjgl.opengl
Class KHRBlendEquationAdvancedCoherent
java.lang.Object
org.lwjgl.opengl.KHRBlendEquationAdvancedCoherent
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 KHR_blend_equation_advanced were supported.
Requires OpenGL 2.0.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final intAccepted by thecapparameter of Disable, Enable, and IsEnabled, and by thepnameparameter of GetIntegerv, GetBooleanv, GetFloatv, GetDoublev and GetInteger64v. -
Method Summary
-
Field Details
-
GL_BLEND_ADVANCED_COHERENT_KHR
public static final int GL_BLEND_ADVANCED_COHERENT_KHRAccepted by thecapparameter of Disable, Enable, and IsEnabled, and by thepnameparameter of GetIntegerv, GetBooleanv, GetFloatv, GetDoublev and GetInteger64v.- See Also:
-