Graphics/FrameGraph: Add support for pass name (as debug sections)

This commit is contained in:
Jérôme Leclercq
2021-05-14 01:45:45 +02:00
parent ee690072f8
commit 9376cfefd2
6 changed files with 24 additions and 3 deletions

View File

@@ -71,6 +71,7 @@ namespace Nz
std::size_t passIndex;
};
std::string name;
std::vector<TextureTransition> textureTransitions;
std::vector<Subpass> passes;
};