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

Function Load_EXT_blend_minmax

src/SFGUI/GLLoader.cpp:183–189  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

181void (CODEGEN_FUNCPTR *sfg_ptrc_glBlendEquationEXT)(GLenum) = NULL;
182
183static int Load_EXT_blend_minmax(void)
184{
185 int numFailed = 0;
186 sfg_ptrc_glBlendEquationEXT = (void (CODEGEN_FUNCPTR *)(GLenum))IntGetProcAddress("glBlendEquationEXT");
187 if(!sfg_ptrc_glBlendEquationEXT) numFailed++;
188 return numFailed;
189}
190
191void (CODEGEN_FUNCPTR *sfg_ptrc_glBlendFuncSeparateEXT)(GLenum, GLenum, GLenum, GLenum) = NULL;
192

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected