Class INTELFramebufferCMAA

java.lang.Object
org.lwjgl.opengl.INTELFramebufferCMAA

public class INTELFramebufferCMAA extends Object
Native bindings to the INTEL_framebuffer_CMAA extension.

Multisampling is a mechanism to antialias all GL primitives and is part of the GL specification.

Better visual quality can be achieved by applying multisampling. However, on certain platforms it comes at a high performance cost. In general, the greater number of samples per pixel, the bigger the cost.

Conservative Morphological Anti-Aliasing (CMAA) is an alternative approach to antialiasing, which operates on the final image. This post processing technique results in image quality comparable to multisampling at much lower cost and better performance.

This extension incorporates an optimized CMAA algorithm implementation into the GL implementation.

For more information on CMAA refer to software.intel.com.

Requires OpenGL 3.0.

  • Method Details

    • glApplyFramebufferAttachmentCMAAINTEL

      public static void glApplyFramebufferAttachmentCMAAINTEL()
      Requests the post processing of current draw buffers pertaining to the framebuffer bound to the DRAW_FRAMEBUFFER target according to the Conservative Morphological Anti-Aliasing algorithm.