Minor fixes

This commit is contained in:
Jérôme Leclercq
2021-10-21 13:05:49 +02:00
parent 6bab824e4f
commit 73838f5f08
3 changed files with 12 additions and 13 deletions

View File

@@ -528,7 +528,6 @@ Nz::ShaderAst::StatementPtr ShaderGraph::ToAst() const
statements.push_back(Nz::ShaderBuilder::DeclareStruct(std::move(structDesc)));
}
Nz::ShaderAst::ExpressionType returnType;
if (!m_outputs.empty())
{
Nz::ShaderAst::StructDescription structDesc;