Package org.lwjgl.opengl
Class INTELFramebufferCMAA
- java.lang.Object
-
- org.lwjgl.opengl.INTELFramebufferCMAA
-
public class INTELFramebufferCMAA extends java.lang.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 http://software.intel.com.
Requires
OpenGL 3.0
.
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method and Description static void
glApplyFramebufferAttachmentCMAAINTEL()
Requests the post processing of current draw buffers pertaining to the framebuffer bound to theDRAW_FRAMEBUFFER
target according to the Conservative Morphological Anti-Aliasing algorithm.
-
-
-
Method Detail
-
glApplyFramebufferAttachmentCMAAINTEL
public static void glApplyFramebufferAttachmentCMAAINTEL()
Requests the post processing of current draw buffers pertaining to the framebuffer bound to theDRAW_FRAMEBUFFER
target according to the Conservative Morphological Anti-Aliasing algorithm.
-
-