Shader: Fix optimization

This commit is contained in:
Jérôme Leclercq
2021-04-17 14:43:29 +02:00
parent 87ce2edc6e
commit 3a7f5c2630
3 changed files with 66 additions and 85 deletions

View File

@@ -126,6 +126,8 @@ namespace Nz::ShaderAst
NodeType GetType() const override;
void Visit(AstExpressionVisitor& visitor) override;
ExpressionType GetExpressionType() const;
ShaderAst::ConstantValue value;
};