Last modules fixes

This commit is contained in:
Jérôme Leclercq
2020-09-17 18:54:33 +02:00
parent 631aeb77a2
commit 98e20ecbb7
15 changed files with 95 additions and 163 deletions

View File

@@ -12,6 +12,7 @@
#include <Nazara/Platform/Platform.hpp>
#include <Nazara/Renderer/Config.hpp>
#include <Nazara/Renderer/RendererImpl.hpp>
#include <Nazara/Shader/Shader.hpp>
namespace Nz
{
@@ -23,7 +24,7 @@ namespace Nz
friend ModuleBase;
public:
using Dependencies = TypeList<Platform>;
using Dependencies = TypeList<Platform, Shader>;
Renderer();
~Renderer();