mirror of
https://github.com/yuzu-emu/yuzu-android
synced 2025-08-06 11:22:33 -07:00
Manually tweak source formatting and then re-run clang-format
This commit is contained in:
@@ -20,8 +20,7 @@ namespace VideoCore {
|
||||
|
||||
class RasterizerInterface {
|
||||
public:
|
||||
virtual ~RasterizerInterface() {
|
||||
}
|
||||
virtual ~RasterizerInterface() {}
|
||||
|
||||
/// Queues the primitive formed by the given vertices for rendering
|
||||
virtual void AddTriangle(const Pica::Shader::OutputVertex& v0,
|
||||
|
Reference in New Issue
Block a user