diff options
Diffstat (limited to 'glew/auto/extensions/gl/GL_EXT_multisampled_render_to_texture')
-rw-r--r-- | glew/auto/extensions/gl/GL_EXT_multisampled_render_to_texture | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/glew/auto/extensions/gl/GL_EXT_multisampled_render_to_texture b/glew/auto/extensions/gl/GL_EXT_multisampled_render_to_texture new file mode 100644 index 0000000..2479ee1 --- /dev/null +++ b/glew/auto/extensions/gl/GL_EXT_multisampled_render_to_texture @@ -0,0 +1,9 @@ +GL_EXT_multisampled_render_to_texture +https://www.khronos.org/registry/OpenGL/extensions/EXT/EXT_multisampled_render_to_texture.txt +GL_EXT_multisampled_render_to_texture + + GL_RENDERBUFFER_SAMPLES_EXT 0x8CAB + GL_FRAMEBUFFER_INCOMPLETE_MULTISAMPLE_EXT 0x8D56 + GL_MAX_SAMPLES_EXT 0x8D57 + GL_FRAMEBUFFER_ATTACHMENT_TEXTURE_SAMPLES_EXT 0x8D6C + void glFramebufferTexture2DMultisampleEXT (GLenum target, GLenum attachment, GLenum textarget, GLuint texture, GLint level, GLsizei samples) |