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

GL_EXT_blend_color « 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: 764a1620284d1ca26928618a419a681074b53420 (plain)
1
2
3
4
5
6
7
8
9
10
GL_EXT_blend_color
http://www.opengl.org/registry/specs/EXT/blend_color.txt
GL_EXT_blend_color

	GL_CONSTANT_COLOR_EXT 0x8001
	GL_ONE_MINUS_CONSTANT_COLOR_EXT 0x8002
	GL_CONSTANT_ALPHA_EXT 0x8003
	GL_ONE_MINUS_CONSTANT_ALPHA_EXT 0x8004
	GL_BLEND_COLOR_EXT 0x8005
	void glBlendColorEXT (GLclampf red, GLclampf green, GLclampf blue, GLclampf alpha)