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

Method accept

source/globjects/source/Query.cpp:91–94  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

89}
90
91void Query::accept(ObjectVisitor& visitor)
92{
93 visitor.visitQuery(this);
94}
95
96void Query::begin(const GLenum target) const
97{

Callers 1

visitMethod · 0.45

Calls 1

visitQueryMethod · 0.80

Tested by

no test coverage detected