| 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 | { |
no test coverage detected