Graphics: Add data-driven pipeline passes
Fix compilation
This commit is contained in:
committed by
Jérôme Leclercq
parent
4995364418
commit
8fb6ea728d
@@ -6,6 +6,13 @@
|
||||
|
||||
namespace Nz
|
||||
{
|
||||
inline DebugDrawPipelinePass::DebugDrawPipelinePass(PassData& passData, std::string passName, const ParameterList& /*parameters*/) :
|
||||
FramePipelinePass({}),
|
||||
m_passName(std::move(passName)),
|
||||
m_viewer(passData.viewer),
|
||||
m_pipeline(passData.pipeline)
|
||||
{
|
||||
}
|
||||
}
|
||||
|
||||
#include <Nazara/Graphics/DebugOff.hpp>
|
||||
|
||||
Reference in New Issue
Block a user