summaryrefslogtreecommitdiff
path: root/auto/extensions/gl/GL_EXT_framebuffer_multisample
diff options
context:
space:
mode:
Diffstat (limited to 'auto/extensions/gl/GL_EXT_framebuffer_multisample')
-rw-r--r--auto/extensions/gl/GL_EXT_framebuffer_multisample9
1 files changed, 9 insertions, 0 deletions
diff --git a/auto/extensions/gl/GL_EXT_framebuffer_multisample b/auto/extensions/gl/GL_EXT_framebuffer_multisample
new file mode 100644
index 0000000..c512933
--- /dev/null
+++ b/auto/extensions/gl/GL_EXT_framebuffer_multisample
@@ -0,0 +1,9 @@
+GL_EXT_framebuffer_multisample
+http://www.opengl.org/registry/specs/EXT/framebuffer_multisample.txt
+GL_EXT_framebuffer_multisample
+ GL_RENDERBUFFER_SAMPLES_EXT 0x8CAB
+ GL_FRAMEBUFFER_INCOMPLETE_MULTISAMPLE_EXT 0x8D56
+ GL_MAX_SAMPLES_EXT 0x8D57
+ void glRenderbufferStorageMultisampleEXT (GLenum target, GLsizei samples, GLenum internalformat, GLsizei width, GLsizei height)
+ GL_FRAMEBUFFER_INCOMPLETE_MULTISAMPLE_EXT 0x8D56
+ GL_MAX_SAMPLES_EXT 0x8D57