glew/generated/lib_glad/lib_glad_version_4_0
library
Functions
-
glBlendEquationi(int buf, int mode)
→ void
-
define glBlendEquationi GLEW_GET_FUN(__glewBlendEquationi)
GLEW_FUN_EXPORT PFNGLBLENDEQUATIONIPROC __glewBlendEquationi
typedef void (GLAPIENTRY * PFNGLBLENDEQUATIONIPROC) (GLuint buf, GLenum mode)
-
glBlendEquationSeparatei(int buf, int modeRgb, int modeAlpha)
→ void
-
define glBlendEquationSeparatei GLEW_GET_FUN(__glewBlendEquationSeparatei)
GLEW_FUN_EXPORT PFNGLBLENDEQUATIONSEPARATEIPROC __glewBlendEquationSeparatei
typedef void (GLAPIENTRY * PFNGLBLENDEQUATIONSEPARATEIPROC) (GLuint buf, GLenum modeRGB, GLenum modeAlpha)
-
glBlendFunci(int buf, int src, int dst)
→ void
-
define glBlendFunci GLEW_GET_FUN(__glewBlendFunci)
GLEW_FUN_EXPORT PFNGLBLENDFUNCIPROC __glewBlendFunci
typedef void (GLAPIENTRY * PFNGLBLENDFUNCIPROC) (GLuint buf, GLenum src, GLenum dst)
-
glBlendFuncSeparatei(int buf, int srcRgb, int dstRgb, int srcAlpha, int dstAlpha)
→ void
-
define glBlendFuncSeparatei GLEW_GET_FUN(__glewBlendFuncSeparatei)
GLEW_FUN_EXPORT PFNGLBLENDFUNCSEPARATEIPROC __glewBlendFuncSeparatei
typedef void (GLAPIENTRY * PFNGLBLENDFUNCSEPARATEIPROC) (GLuint buf, GLenum srcRGB, GLenum dstRGB, GLenum srcAlpha, GLenum dstAlpha)
-
glMinSampleShading(double value)
→ void
-
define glMinSampleShading GLEW_GET_FUN(__glewMinSampleShading)
GLEW_FUN_EXPORT PFNGLMINSAMPLESHADINGPROC __glewMinSampleShading
typedef void (GLAPIENTRY * PFNGLMINSAMPLESHADINGPROC) (GLclampf value)