Add FrameGraph (WIP)

This commit is contained in:
Jérôme Leclercq
2021-05-02 13:58:35 +02:00
parent 377129586b
commit 55c2dd8485
29 changed files with 1749 additions and 36 deletions

View File

@@ -36,7 +36,7 @@ namespace Nz
return m_subpassDescriptions;
}
inline auto RenderPass::GetsubpassDependencies() const -> const std::vector<SubpassDependency>&
inline auto RenderPass::GetSubpassDependencies() const -> const std::vector<SubpassDependency>&
{
return m_subpassDependencies;
}