Shader: StatementPtr& => const StatementPtr&

This commit is contained in:
Jérôme Leclercq
2021-04-17 18:10:48 +02:00
parent 1a8599ba29
commit 500ccda85a
12 changed files with 26 additions and 22 deletions

View File

@@ -27,6 +27,7 @@ namespace Nz
struct States
{
Nz::UInt64 enabledOptions = 0;
bool sanitized = false;
};
};
}