Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/SFML/SFML
/ gladLoadGLES1
Function
gladLoadGLES1
examples/include/gl.h:7827–7829 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
7825
7826
7827
int gladLoadGLES1( GLADloadfunc load) {
7828
return gladLoadGLES1UserPtr( glad_gl_get_proc_from_userptr, GLAD_GNUC_EXTENSION (void*) load);
7829
}
7830
7831
7832
Callers
4
ensureExtensionsInit
Function · 0.85
main
Function · 0.85
main
Function · 0.85
main
Function · 0.85
Calls
1
gladLoadGLES1UserPtr
Function · 0.85
Tested by
no test coverage detected