Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cginternals/globjects
/ begin
Method
begin
source/globjects/source/Query.cpp:96–99 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
94
}
95
96
void Query::begin(const GLenum target) const
97
{
98
glBeginQuery(target, id());
99
}
100
101
void Query::end(const GLenum target) const
102
{
Callers
3
trim
Function · 0.45
draw
Function · 0.45
Icosahedron
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected