Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/emscripten-core/emscripten
/ glfwGetProcAddress
Function
glfwGetProcAddress
system/lib/gl/libprocaddr.c:23–25 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
21
}
22
23
void* glfwGetProcAddress(const char* name) {
24
return emscripten_GetProcAddress(name);
25
}
26
27
#endif
Callers
2
PullInfo
Function · 0.85
main
Function · 0.85
Calls
1
emscripten_GetProcAddress
Function · 0.85
Tested by
2
PullInfo
Function · 0.68
main
Function · 0.68