MCPcopy Create free account
hub / github.com/cginternals/globjects / end

Method end

source/globjects/source/Query.cpp:101–104  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

99}
100
101void Query::end(const GLenum target) const
102{
103 glEndQuery(target);
104}
105
106void Query::beginIndexed(const GLenum target, const GLuint index) const
107{

Callers 15

locationForMethod · 0.45
bindingMethod · 0.45
isEnabledMethod · 0.45
addCapabilityMethod · 0.45
getCapabilityMethod · 0.45
capabilityMethod · 0.45
settingMethod · 0.45
addMethod · 0.45
trimFunction · 0.45
drawFunction · 0.45
IcosahedronMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected