MCPcopy 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
37GLint GetInt(GLenum param) {
38 GLint value;
39 glGetIntegerv(param, &value);
40 return value;
41}
42
43void final(void*) {
44 emscripten_force_exit(0);

Callers 1

mainFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected