Shader: Rename ConstantExpression to ConstantValueExpression

This commit is contained in:
Jérôme Leclercq
2021-07-08 15:22:08 +02:00
parent a895e553d4
commit 3a31c77524
23 changed files with 77 additions and 77 deletions

View File

@@ -123,7 +123,7 @@ namespace Nz::ShaderAst
Node(node.falsePath);
}
void AstSerializerBase::Serialize(ConstantExpression& node)
void AstSerializerBase::Serialize(ConstantValueExpression& node)
{
UInt32 typeIndex;
if (IsWriting())