glew/generated/lib_glad/lib_glad_arb_draw_buffers_blend library

Functions

glBlendEquationiArb(int buf, int mode) → void
define glBlendEquationiARB GLEW_GET_FUN(__glewBlendEquationiARB) GLEW_FUN_EXPORT PFNGLBLENDEQUATIONIARBPROC __glewBlendEquationiARB typedef void (GLAPIENTRY * PFNGLBLENDEQUATIONIARBPROC) (GLuint buf, GLenum mode)
glBlendEquationSeparateiArb(int buf, int modeRgb, int modeAlpha) → void
define glBlendEquationSeparateiARB GLEW_GET_FUN(__glewBlendEquationSeparateiARB) GLEW_FUN_EXPORT PFNGLBLENDEQUATIONSEPARATEIARBPROC __glewBlendEquationSeparateiARB typedef void (GLAPIENTRY * PFNGLBLENDEQUATIONSEPARATEIARBPROC) (GLuint buf, GLenum modeRGB, GLenum modeAlpha)
glBlendFunciArb(int buf, int src, int dst) → void
define glBlendFunciARB GLEW_GET_FUN(__glewBlendFunciARB) GLEW_FUN_EXPORT PFNGLBLENDFUNCIARBPROC __glewBlendFunciARB typedef void (GLAPIENTRY * PFNGLBLENDFUNCIARBPROC) (GLuint buf, GLenum src, GLenum dst)
glBlendFuncSeparateiArb(int buf, int srcRgb, int dstRgb, int srcAlpha, int dstAlpha) → void
define glBlendFuncSeparateiARB GLEW_GET_FUN(__glewBlendFuncSeparateiARB) GLEW_FUN_EXPORT PFNGLBLENDFUNCSEPARATEIARBPROC __glewBlendFuncSeparateiARB typedef void (GLAPIENTRY * PFNGLBLENDFUNCSEPARATEIARBPROC) (GLuint buf, GLenum srcRGB, GLenum dstRGB, GLenum srcAlpha, GLenum dstAlpha)