Graphics: Add GetViewerDataUBO

This commit is contained in:
Jérôme Leclercq
2021-01-22 23:27:11 +01:00
parent a6ff64106e
commit a0d5750ec8
3 changed files with 15 additions and 0 deletions

View File

@@ -11,6 +11,11 @@ namespace Nz
{
return *m_renderDevice;
}
inline const std::shared_ptr<AbstractBuffer>& Graphics::GetViewerDataUBO()
{
return m_viewerDataUBO;
}
}
#include <Nazara/Graphics/DebugOff.hpp>