Class NVFramebufferMixedSamples



  • public class NVFramebufferMixedSamples
    extends java.lang.Object
    Native bindings to the NV_framebuffer_mixed_samples extension.

    This extension allows multisample rendering with a raster and depth/stencil sample count that is larger than the color sample count. Rasterization and the results of the depth and stencil tests together determine the portion of a pixel that is "covered". It can be useful to evaluate coverage at a higher frequency than color samples are stored. This coverage is then "reduced" to a collection of covered color samples, each having an opacity value corresponding to the fraction of the color sample covered. The opacity can optionally be blended into individual color samples.