mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2026-08-20 14:57:55 +00: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