MCPcopy Create free account
hub / github.com/danoon2/Boxedwine / glGetString

Function glGetString

tools/opengl/gl.c:215–217  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

213}
214
215GLAPI const GLubyte* APIENTRY glGetString( GLenum name ) {
216 CALL_1_R(GetString, name);
217}
218
219GLAPI void APIENTRY glFinish( void ) {
220 CALL_0(Finish);

Callers 4

mainFunction · 0.85
mainFunction · 0.85
mainFunction · 0.85
es_glGetStringFunction · 0.85

Calls

no outgoing calls

Tested by 1

mainFunction · 0.68