mirror of
https://github.com/yuzu-emu/yuzu-android.git
synced 2025-06-14 11:07:56 -05:00
glsl: Implement geometry shaders
This commit is contained in:
@ -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;
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user