Class NVBlendEquationAdvanced



  • public class NVBlendEquationAdvanced
    extends java.lang.Object
    Native bindings to the NV_blend_equation_advanced extension.

    This extension adds a number of "advanced" blending equations that can be used to perform new color blending operations, many of which are more complex than the standard blend modes provided by unextended OpenGL.

    Provides the new blending equations, but guarantees defined results only if each sample is touched no more than once in any single rendering pass. The command BlendBarrierNV is provided to indicate a boundary between passes.

    Requires OpenGL 2.0.