Renderer: Add RenderPipeline::GetPipelineInfo

This commit is contained in:
Jérôme Leclercq
2020-10-30 23:07:21 +01:00
parent b62130dab9
commit 40f3072ff9
4 changed files with 10 additions and 2 deletions

View File

@@ -24,7 +24,7 @@ namespace Nz
void Apply(const GL::Context& context) const;
inline const RenderPipelineInfo& GetPipelineInfo() const;
inline const RenderPipelineInfo& GetPipelineInfo() const override;
private:
RenderPipelineInfo m_pipelineInfo;