Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / gpu / GLES2 / extensions / CHROMIUM / CHROMIUM_screen_space_antialiasing.txt
blob89574abd4a9fcac4abf5d5534785ce4718dc802a
1 Name
3     CHROMIUM_screen_space_antialiasing
5 Name Strings
7     GL_CHROMIUM_screen_space_antialiasing
9 Version
11     Last Modifed Date: August 27, 2015
13 Dependencies
15     OpenGL ES 2.0 is required.
17 Overview
19     This extension performs the antialiasing to all color attachments of
20     the currently bound draw framebuffer. Reference GL_INTEL_framebuffer_CMAA
21     for more details.
23 New Tokens
25     None
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.
38 Errors
40     None.
42 New State
44     None.
46 Revision History
48     27/8/2015    Documented the extension