summaryrefslogtreecommitdiff
path: root/auto/extensions/gl/GL_ARB_framebuffer_no_attachments
diff options
context:
space:
mode:
Diffstat (limited to 'auto/extensions/gl/GL_ARB_framebuffer_no_attachments')
-rw-r--r--auto/extensions/gl/GL_ARB_framebuffer_no_attachments16
1 files changed, 16 insertions, 0 deletions
diff --git a/auto/extensions/gl/GL_ARB_framebuffer_no_attachments b/auto/extensions/gl/GL_ARB_framebuffer_no_attachments
new file mode 100644
index 0000000..be382a3
--- /dev/null
+++ b/auto/extensions/gl/GL_ARB_framebuffer_no_attachments
@@ -0,0 +1,16 @@
+GL_ARB_framebuffer_no_attachments
+http://www.opengl.org/registry/specs/ARB/framebuffer_no_attachments.txt
+GL_ARB_framebuffer_no_attachments
+ GL_FRAMEBUFFER_DEFAULT_WIDTH 0x9310
+ GL_FRAMEBUFFER_DEFAULT_HEIGHT 0x9311
+ GL_FRAMEBUFFER_DEFAULT_LAYERS 0x9312
+ GL_FRAMEBUFFER_DEFAULT_SAMPLES 0x9313
+ GL_FRAMEBUFFER_DEFAULT_FIXED_SAMPLE_LOCATIONS 0x9314
+ GL_MAX_FRAMEBUFFER_WIDTH 0x9315
+ GL_MAX_FRAMEBUFFER_HEIGHT 0x9316
+ GL_MAX_FRAMEBUFFER_LAYERS 0x9317
+ GL_MAX_FRAMEBUFFER_SAMPLES 0x9318
+ void glFramebufferParameteri (GLenum target, GLenum pname, GLint param)
+ void glGetFramebufferParameteriv (GLenum target, GLenum pname, GLint* params)
+ void glGetNamedFramebufferParameterivEXT (GLuint framebuffer, GLenum pname, GLint* params)
+ void glNamedFramebufferParameteriEXT (GLuint framebuffer, GLenum pname, GLint param)