blob: 2479ee1449bc318912a9404cdad384a945a562e5 (
plain)
1
2
3
4
5
6
7
8
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)
|