Welcome to mirror list, hosted at ThFree Co, Russian Federation.

GL_EXT_framebuffer_multisample « gl « extensions « auto « glew-2.0.0 « Libraries - github.com/WolfireGames/overgrowth.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: dc4df9840cbea3d891df589620555652f8f4ae4f (plain)
1
2
3
4
5
6
7
8
9
10
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