Shader: Add comments to surround modules

This commit is contained in:
Jérôme Leclercq
2022-03-06 17:25:16 +01:00
parent 4bded2182c
commit a4858d6793
9 changed files with 65 additions and 0 deletions

View File

@@ -77,6 +77,7 @@ namespace Nz
void AppendAttribute(LocationAttribute location);
void AppendAttribute(SetAttribute set);
void AppendAttribute(UnrollAttribute unroll);
void AppendComment(const std::string& section);
void AppendCommentSection(const std::string& section);
void AppendHeader();
void AppendLine(const std::string& txt = {});