Shader: Add initial support for options (WIP)

This commit is contained in:
Jérôme Leclercq
2021-04-17 14:43:00 +02:00
parent 7da02c8708
commit 87ce2edc6e
45 changed files with 586 additions and 113 deletions

View File

@@ -26,7 +26,7 @@ namespace Nz
struct States
{
Nz::UInt64 enabledConditions = 0;
Nz::UInt64 enabledOptions = 0;
};
};
}