3 CHROMIUM_screen_space_antialiasing
7 GL_CHROMIUM_screen_space_antialiasing
11 Last Modifed Date: August 27, 2015
15 OpenGL ES 2.0 is required.
19 This extension performs the antialiasing to all color attachments of
20 the currently bound draw framebuffer. Reference GL_INTEL_framebuffer_CMAA
27 New Procedures and Functions
29 void ApplyScreenSpaceAntialiasingCHROMIUM(void);
31 Apply antialiasing to all color attachments of the currently bound draw framebuffer.
33 INVALID_OPERATION is generated if any of the current draw buffers is multisampled.
35 OUT_OF_MEMORY may be generated if fail to allocate internal resources necessary to
36 perform the requested operation.
48 27/8/2015 Documented the extension