MCPcopy Create free account
hub / github.com/TankOs/SFGUI / Load_EXT_blend_func_separate

Function Load_EXT_blend_func_separate

src/SFGUI/GLLoader.cpp:193–199  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

191void (CODEGEN_FUNCPTR *sfg_ptrc_glBlendFuncSeparateEXT)(GLenum, GLenum, GLenum, GLenum) = NULL;
192
193static int Load_EXT_blend_func_separate(void)
194{
195 int numFailed = 0;
196 sfg_ptrc_glBlendFuncSeparateEXT = (void (CODEGEN_FUNCPTR *)(GLenum, GLenum, GLenum, GLenum))IntGetProcAddress("glBlendFuncSeparateEXT");
197 if(!sfg_ptrc_glBlendFuncSeparateEXT) numFailed++;
198 return numFailed;
199}
200
201void (CODEGEN_FUNCPTR *sfg_ptrc_glBindBufferARB)(GLenum, GLuint) = NULL;
202void (CODEGEN_FUNCPTR *sfg_ptrc_glBufferDataARB)(GLenum, GLsizeiptrARB, const GLvoid *, GLenum) = NULL;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected