OpenGL.GLES1.OES.blend_func_separate

OpenGL extension OES.blend_func_separate
This module customises the behaviour of the OpenGL.raw.GLES1.OES.blend_func_separate to provide a more Python-friendly API
The official definition of this extension is available here: http://www.opengl.org/registry/specs/OES/blend_func_separate.txt

Functions

Constants

GL_BLEND_DST_ALPHA_OES (32970)
GL_BLEND_DST_RGB_OES (32968)
GL_BLEND_SRC_ALPHA_OES (32971)
GL_BLEND_SRC_RGB_OES (32969)