mirror of
https://git.eden-emu.dev/archive/citron
synced 2026-04-07 19:58:49 -04: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