Graphics: Add MaterialPassRegistry

This commit is contained in:
Jérôme Leclercq
2021-07-29 20:16:06 +02:00
parent 5b1123b971
commit 9a311da2c8
20 changed files with 181 additions and 52 deletions

View File

@@ -9,6 +9,7 @@
#include <Nazara/Prerequisites.hpp>
#include <Nazara/Core/Algorithm.hpp>
#include <Nazara/Graphics/Config.hpp>
#include <Nazara/Graphics/Enums.hpp>
#include <memory>
#include <vector>
@@ -18,7 +19,7 @@ namespace Nz
class CommandBufferBuilder;
class RenderElement;
class ElementRenderer
class NAZARA_GRAPHICS_API ElementRenderer
{
public:
ElementRenderer() = default;