Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cginternals/glbinding
/ glEndQuery
Function
glEndQuery
source/glbinding/source/gl/functions_e.cpp:171–174 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
169
}
170
171
void glEndQuery(GLenum target)
172
{
173
return glbinding::Binding::EndQuery(target);
174
}
175
176
void glEndQueryARB(GLenum target)
177
{
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected