MCPcopy Create free account
hub / github.com/OpenMW/openmw / push

Method push

components/debug/gldebug.cpp:273–278  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

271 }
272
273 void DebugGroup::push(osg::State& state) const
274 {
275 if (isValid())
276 PushDebugGroup::sInstance->glPushDebugGroup(
277 mSource, mId, static_cast<GLsizei>(mMessage.size()), mMessage.c_str());
278 }
279
280 void DebugGroup::pop(osg::State& state) const
281 {

Callers 5

addExtraConfigDirsMethod · 0.45
parseArgumentsMethod · 0.45
applyMethod · 0.45
traverseMethod · 0.45
prism.jsFile · 0.45

Calls 2

c_strMethod · 0.80
sizeMethod · 0.45

Tested by

no test coverage detected