Minor fixes

This commit is contained in:
Jérôme Leclercq
2021-04-17 18:11:47 +02:00
parent 2238bbfa0c
commit 044195b209
5 changed files with 13 additions and 4 deletions

View File

@@ -76,7 +76,7 @@ SCENARIO("Shader generation", "[Shader]")
external->externalVars.push_back({
std::nullopt,
"ubo",
Nz::ShaderAst::IdentifierType{ "outerStruct" }
Nz::ShaderAst::UniformType{ Nz::ShaderAst::IdentifierType{ "outerStruct" } }
});
statements.push_back(std::move(external));