glew/generated/lib_glad/lib_glad_ext_draw_buffers_indexed
library
Functions
-
glBlendEquationiExt(int buf, int mode)
→ void
-
define glBlendEquationiEXT GLEW_GET_FUN(__glewBlendEquationiEXT)
GLEW_FUN_EXPORT PFNGLBLENDEQUATIONIEXTPROC __glewBlendEquationiEXT
typedef void (GLAPIENTRY * PFNGLBLENDEQUATIONIEXTPROC) (GLuint buf, GLenum mode)
-
glBlendEquationSeparateiExt(int buf, int modeRgb, int modeAlpha)
→ void
-
define glBlendEquationSeparateiEXT GLEW_GET_FUN(__glewBlendEquationSeparateiEXT)
GLEW_FUN_EXPORT PFNGLBLENDEQUATIONSEPARATEIEXTPROC __glewBlendEquationSeparateiEXT
typedef void (GLAPIENTRY * PFNGLBLENDEQUATIONSEPARATEIEXTPROC) (GLuint buf, GLenum modeRGB, GLenum modeAlpha)
-
glBlendFunciExt(int buf, int src, int dst)
→ void
-
define glBlendFunciEXT GLEW_GET_FUN(__glewBlendFunciEXT)
GLEW_FUN_EXPORT PFNGLBLENDFUNCIEXTPROC __glewBlendFunciEXT
typedef void (GLAPIENTRY * PFNGLBLENDFUNCIEXTPROC) (GLuint buf, GLenum src, GLenum dst)
-
glBlendFuncSeparateiExt(int buf, int srcRgb, int dstRgb, int srcAlpha, int dstAlpha)
→ void
-
define glBlendFuncSeparateiEXT GLEW_GET_FUN(__glewBlendFuncSeparateiEXT)
GLEW_FUN_EXPORT PFNGLBLENDFUNCSEPARATEIEXTPROC __glewBlendFuncSeparateiEXT
typedef void (GLAPIENTRY * PFNGLBLENDFUNCSEPARATEIEXTPROC) (GLuint buf, GLenum srcRGB, GLenum dstRGB, GLenum srcAlpha, GLenum dstAlpha)
-
glColorMaskiExt(int buf, int r, int g, int b, int a)
→ void
-
define glColorMaskiEXT GLEW_GET_FUN(__glewColorMaskiEXT)
GLEW_FUN_EXPORT PFNGLCOLORMASKIEXTPROC __glewColorMaskiEXT
typedef void (GLAPIENTRY * PFNGLCOLORMASKIEXTPROC) (GLuint buf, GLboolean r, GLboolean g, GLboolean b, GLboolean a)
-
glDisableiExt(int target, int index)
→ void
-
define glDisableiEXT GLEW_GET_FUN(__glewDisableiEXT)
GLEW_FUN_EXPORT PFNGLDISABLEIEXTPROC __glewDisableiEXT
typedef void (GLAPIENTRY * PFNGLDISABLEIEXTPROC) (GLenum target, GLuint index)
-
glEnableiExt(int target, int index)
→ void
-
define glEnableiEXT GLEW_GET_FUN(__glewEnableiEXT)
GLEW_FUN_EXPORT PFNGLENABLEIEXTPROC __glewEnableiEXT
typedef void (GLAPIENTRY * PFNGLENABLEIEXTPROC) (GLenum target, GLuint index)
-
glIsEnablediExt(int target, int index)
→ int
-
define glIsEnablediEXT GLEW_GET_FUN(__glewIsEnablediEXT)
GLEW_FUN_EXPORT PFNGLISENABLEDIEXTPROC __glewIsEnablediEXT
typedef GLboolean (GLAPIENTRY * PFNGLISENABLEDIEXTPROC) (GLenum target, GLuint index)