SDK/DebugSystem: Add EnableDepthBuffer

This commit is contained in:
Lynix
2019-11-30 15:32:23 +01:00
parent ae996ae09d
commit 960eb5f475
3 changed files with 166 additions and 137 deletions

View File

@@ -4,3 +4,10 @@
#include <NDK/Systems/DebugSystem.hpp>
namespace Ndk
{
inline bool DebugSystem::IsDepthBufferEnabled() const
{
return m_isDepthBufferEnabled;
}
}