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

GL_AMD_draw_buffers_blend « 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: df8ff3e8e3ffd33b7c9071e876e1da8783fd8adb (plain)
1
2
3
4
5
6
7
8
GL_AMD_draw_buffers_blend
http://www.opengl.org/registry/specs/AMD/draw_buffers_blend.txt
GL_AMD_draw_buffers_blend

	void glBlendEquationIndexedAMD (GLuint buf, GLenum mode)
	void glBlendEquationSeparateIndexedAMD (GLuint buf, GLenum modeRGB, GLenum modeAlpha)
	void glBlendFuncIndexedAMD (GLuint buf, GLenum src, GLenum dst)
	void glBlendFuncSeparateIndexedAMD (GLuint buf, GLenum srcRGB, GLenum dstRGB, GLenum srcAlpha, GLenum dstAlpha)