Skip to content

Commit

Permalink
Main: RenderTarget - unconditionally add profiling annotations
Browse files Browse the repository at this point in the history
  • Loading branch information
paroj committed Aug 23, 2024
1 parent 18ee7c7 commit ff3f504
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion OgreMain/src/OgreRenderTarget.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -529,7 +529,7 @@ namespace Ogre {
//-----------------------------------------------------------------------
void RenderTarget::update(bool swap)
{
OgreGpuEventScope(mName);
GpuEventScope profileScope(mName);
// call implementation
updateImpl();

Expand Down

0 comments on commit ff3f504

Please sign in to comment.