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

Function glBeginQueryARB

source/glbinding/source/gl/functions_b.cpp:56–59  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

54}
55
56void glBeginQueryARB(GLenum target, GLuint id)
57{
58 return glbinding::Binding::BeginQueryARB(target, id);
59}
60
61void glBeginQueryIndexed(GLenum target, GLuint index, GLuint id)
62{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected