Package org.lwjgl.opengl
Class EXTBlendSubtract
java.lang.Object
org.lwjgl.opengl.EXTBlendSubtract
Native bindings to the EXT_blend_subtract extension.
Two additional blending equations are specified using the interface defined by EXT_blend_minmax. These equations are similar to the default
blending equation, but produce the difference of its left and right hand sides, rather than the sum. Image differences are useful in many image
processing applications.
Promoted to core in OpenGL 1.4.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final intAccepted by themodeparameter of BlendEquationEXT.static final intAccepted by themodeparameter of BlendEquationEXT. -
Method Summary
-
Field Details
-
GL_FUNC_SUBTRACT_EXT
public static final int GL_FUNC_SUBTRACT_EXTAccepted by themodeparameter of BlendEquationEXT.- See Also:
-
GL_FUNC_REVERSE_SUBTRACT_EXT
public static final int GL_FUNC_REVERSE_SUBTRACT_EXTAccepted by themodeparameter of BlendEquationEXT.- See Also:
-