MCPcopy 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
96void Query::begin(const GLenum target) const
97{
98 glBeginQuery(target, id());
99}
100
101void Query::end(const GLenum target) const
102{

Callers 3

trimFunction · 0.45
drawFunction · 0.45
IcosahedronMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected