SDK/DebugSystem: Add EnableDepthBuffer
This commit is contained in:
@@ -4,3 +4,10 @@
|
||||
|
||||
#include <NDK/Systems/DebugSystem.hpp>
|
||||
|
||||
namespace Ndk
|
||||
{
|
||||
inline bool DebugSystem::IsDepthBufferEnabled() const
|
||||
{
|
||||
return m_isDepthBufferEnabled;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user