mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-05-21 10:55:33 +03:00
0030494: Coding Rules - eliminate declaration of OpenGl_Workspace::IsCullingEnabled()
This commit is contained in:
parent
458ff6a680
commit
597fde688e
@ -83,9 +83,6 @@ public:
|
|||||||
//! @return true if depth writing is enabled.
|
//! @return true if depth writing is enabled.
|
||||||
Standard_Boolean& UseDepthWrite() { return myUseDepthWrite; }
|
Standard_Boolean& UseDepthWrite() { return myUseDepthWrite; }
|
||||||
|
|
||||||
//! @return true if frustum culling algorithm is enabled
|
|
||||||
Standard_EXPORT Standard_Boolean IsCullingEnabled() const;
|
|
||||||
|
|
||||||
//! Configure default polygon offset parameters.
|
//! Configure default polygon offset parameters.
|
||||||
//! Return previous settings.
|
//! Return previous settings.
|
||||||
Standard_EXPORT Graphic3d_PolygonOffset SetDefaultPolygonOffset (const Graphic3d_PolygonOffset& theOffset);
|
Standard_EXPORT Graphic3d_PolygonOffset SetDefaultPolygonOffset (const Graphic3d_PolygonOffset& theOffset);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user