Graphics: Add data-driven pipeline passes

Fix compilation
This commit is contained in:
SirLynix
2023-11-02 16:19:41 +01:00
committed by Jérôme Leclercq
parent 4995364418
commit 8fb6ea728d
41 changed files with 876 additions and 264 deletions

View File

@@ -6,6 +6,10 @@
namespace Nz
{
inline PostProcessPipelinePass::PostProcessPipelinePass(PassData& passData, std::string passName, const ParameterList& parameters) :
PostProcessPipelinePass(passData, std::move(passName), GetShaderName(parameters))
{
}
}
#include <Nazara/Graphics/DebugOff.hpp>