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,15 @@
|
||||
|
||||
namespace Nz
|
||||
{
|
||||
inline FramePipelinePass::FramePipelinePass(FramePipelineNotificationFlags notificationFlags) :
|
||||
m_notificationFlags(notificationFlags)
|
||||
{
|
||||
}
|
||||
|
||||
inline bool FramePipelinePass::ShouldNotify(FramePipelineNotification notification) const
|
||||
{
|
||||
return m_notificationFlags.Test(notification);
|
||||
}
|
||||
}
|
||||
|
||||
#include <Nazara/Graphics/DebugOff.hpp>
|
||||
|
||||
Reference in New Issue
Block a user