MCPcopy 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
23void* glfwGetProcAddress(const char* name) {
24 return emscripten_GetProcAddress(name);
25}
26
27#endif

Callers 2

PullInfoFunction · 0.85
mainFunction · 0.85

Calls 1

Tested by 2

PullInfoFunction · 0.68
mainFunction · 0.68