glsl: Implement geometry shaders

This commit is contained in:
ameerj 2021-05-31 13:28:53 -04:00
parent 43426d170c
commit 7374a8bf1d
4 changed files with 62 additions and 9 deletions

View file

@ -162,7 +162,7 @@ void EmitCode(EmitContext& ctx, const IR::Program& program) {
break;
default:
fmt::print("{}", node.type);
throw NotImplementedException("{}", node.type);
throw NotImplementedException("AbstractSyntaxNode::Type {}", node.type);
break;
}
}