MCPcopy Create free account
hub / github.com/SFML/SFML / gladLoadGL

Function gladLoadGL

examples/include/gl.h:7749–7751  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

7747
7748
7749int gladLoadGL( GLADloadfunc load) {
7750 return gladLoadGLUserPtr( glad_gl_get_proc_from_userptr, GLAD_GNUC_EXTENSION (void*) load);
7751}
7752
7753static int glad_gl_find_extensions_gles1( int version) {
7754 const char *exts = NULL;

Callers 4

ensureExtensionsInitFunction · 0.85
mainFunction · 0.85
mainFunction · 0.85
mainFunction · 0.85

Calls 1

gladLoadGLUserPtrFunction · 0.85

Tested by

no test coverage detected