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

@@ -734,6 +734,11 @@ namespace Nz
LeaveScope();
}
void GlslWriter::Visit(ShaderAst::DeclareOptionStatement& node)
{
/* nothing to do */
}
void GlslWriter::Visit(ShaderAst::DeclareStructStatement& node)
{
assert(node.structIndex);