1
1
Fork 0
mirror of https://github.com/QB64Official/qb64.git synced 2024-09-19 22:35:24 +00:00
qb64/internal/c/parts/core/glew/download/glew-1.10.0/auto/extensions/gl/GL_EXT_framebuffer_multisample

9 lines
453 B
Text

GL_EXT_framebuffer_multisample
http://www.opengl.org/registry/specs/gl/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