Module: GL_ARB_imaging::Constants

Defined in:
lib/opengl-definitions/extensions/GL_ARB_imaging.rb

Constant Summary collapse

GL_CONSTANT_COLOR =
0x8001
GL_ONE_MINUS_CONSTANT_COLOR =
0x8002
GL_CONSTANT_ALPHA =
0x8003
GL_ONE_MINUS_CONSTANT_ALPHA =
0x8004
GL_BLEND_COLOR =
0x8005
GL_FUNC_ADD =
0x8006
GL_MIN =
0x8007
GL_MAX =
0x8008
GL_BLEND_EQUATION =
0x8009
GL_FUNC_SUBTRACT =
0x800A
GL_FUNC_REVERSE_SUBTRACT =
0x800B