Shader: Fix unit tests
This commit is contained in:
@@ -39,6 +39,8 @@ namespace Nz::ShaderAst
|
||||
|
||||
bool HasValue() const;
|
||||
|
||||
void Reset();
|
||||
|
||||
ExpressionValue& operator=(const ExpressionValue&) = default;
|
||||
ExpressionValue& operator=(ExpressionValue&&) noexcept = default;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user