glsl: Implement geometry shaders
This commit is contained in:
parent
43426d170c
commit
7374a8bf1d
4 changed files with 62 additions and 9 deletions
|
@ -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;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue