Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/emscripten-core/emscripten
/ GetInt
Function
GetInt
test/browser/webgl_create_context.cpp:37–41 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
35
}
36
37
GLint GetInt(GLenum param) {
38
GLint value;
39
glGetIntegerv(param, &value);
40
return value;
41
}
42
43
void final(void*) {
44
emscripten_force_exit(0);
Callers
1
main
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected