MCPcopy Create free account
hub / github.com/OGRECave/ogre-next / endProfileEvent

Method endProfileEvent

RenderSystems/GL3Plus/src/OgreGL3PlusRenderSystem.cpp:3538–3543  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3536 }
3537
3538 void GL3PlusRenderSystem::endProfileEvent()
3539 {
3540 markProfileEvent( "End Event" );
3541 if( mHasGL43 || mGLSupport->checkExtension( "ARB_debug_group" ) )
3542 OCGE( glPopDebugGroup() );
3543 }
3544
3545 void GL3PlusRenderSystem::markProfileEvent( const String &eventName )
3546 {

Callers

nothing calls this directly

Calls 1

checkExtensionMethod · 0.45

Tested by

no test coverage detected