Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cginternals/glbinding
/ glBeginQuery
Function
glBeginQuery
source/glbinding/source/gl/functions_b.cpp:51–54 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
49
}
50
51
void glBeginQuery(GLenum target, GLuint id)
52
{
53
return glbinding::Binding::BeginQuery(target, id);
54
}
55
56
void glBeginQueryARB(GLenum target, GLuint id)
57
{
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected