Shader: Fix variable shadowing with GLSL
This commit is contained in:
@@ -36,6 +36,7 @@ namespace Nz::ShaderAst
|
||||
struct Options
|
||||
{
|
||||
std::unordered_set<std::string> reservedIdentifiers;
|
||||
bool makeVariableNameUnique = false;
|
||||
bool removeOptionDeclaration = true;
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user