Skip to content

Commit

Permalink
Replaced @deprecated with a macro OGRE_DEPRECATED_VER.
Browse files Browse the repository at this point in the history
  • Loading branch information
Lubomir Kovac committed Jul 29, 2024
1 parent 90889c6 commit 6600ccf
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions OgreMain/include/OgreGpuProgram.h
Original file line number Diff line number Diff line change
Expand Up @@ -478,10 +478,8 @@ namespace Ogre
return mVpAndRtArrayIndexFromAnyShader;
}

/// @deprecated
virtual void setAdjacencyInfoRequired( bool r ) { mNeedsAdjacencyInfo = r; }
/// @deprecated
virtual bool isAdjacencyInfoRequired() const { return mNeedsAdjacencyInfo; }
OGRE_DEPRECATED_VER( 4 ) virtual void setAdjacencyInfoRequired( bool r ) { mNeedsAdjacencyInfo = r; }
OGRE_DEPRECATED_VER( 4 ) virtual bool isAdjacencyInfoRequired() const { return mNeedsAdjacencyInfo; }
/** Sets the number of process groups dispatched by this compute
program.
*/
Expand Down

0 comments on commit 6600ccf

Please sign in to comment.