Graphics: Add PipelinePassList loader (able to load from a file)
Fix compilation
This commit is contained in:
committed by
Jérôme Leclercq
parent
ef0a34b7b1
commit
886991f86d
@@ -71,6 +71,16 @@ namespace Nz
|
||||
return m_materialLoader;
|
||||
}
|
||||
|
||||
inline PipelinePassListLoader& Graphics::GetPipelinePassListLoader()
|
||||
{
|
||||
return m_pipelinePassListLoader;
|
||||
}
|
||||
|
||||
inline const PipelinePassListLoader& Graphics::GetPipelinePassListLoader() const
|
||||
{
|
||||
return m_pipelinePassListLoader;
|
||||
}
|
||||
|
||||
inline PixelFormat Graphics::GetPreferredDepthFormat() const
|
||||
{
|
||||
return m_preferredDepthFormat;
|
||||
|
||||
Reference in New Issue
Block a user