Module: GL_OES_blend_subtract::Constants

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

Constant Summary collapse

GL_BLEND_EQUATION_OES =
0x8009
GL_FUNC_ADD_OES =
0x8006
GL_FUNC_SUBTRACT_OES =
0x800A
GL_FUNC_REVERSE_SUBTRACT_OES =
0x800B