MCPcopy Create free account
hub / github.com/cginternals/glbinding / glCreateQueries

Function glCreateQueries

source/glbinding/source/gl/functions_c.cpp:1156–1159  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1154}
1155
1156void glCreateQueries(GLenum target, GLsizei n, GLuint * ids)
1157{
1158 return glbinding::Binding::CreateQueries(target, n, ids);
1159}
1160
1161void glCreateRenderbuffers(GLsizei n, GLuint * renderbuffers)
1162{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected