mirror of
https://github.com/yuzu-emu/yuzu.git
synced 2025-06-29 04:08:28 -05:00
Sources: Run clang-format on everything.
This commit is contained in:
@ -2,15 +2,14 @@
|
||||
// Licensed under GPLv2 or any later version
|
||||
// Refer to the license.txt file included.
|
||||
|
||||
#include "video_core/clipper.h"
|
||||
#include "video_core/swrasterizer.h"
|
||||
#include "video_core/clipper.h"
|
||||
|
||||
namespace VideoCore {
|
||||
|
||||
void SWRasterizer::AddTriangle(const Pica::Shader::OutputVertex& v0,
|
||||
const Pica::Shader::OutputVertex& v1,
|
||||
const Pica::Shader::OutputVertex& v2) {
|
||||
const Pica::Shader::OutputVertex& v1,
|
||||
const Pica::Shader::OutputVertex& v2) {
|
||||
Pica::Clipper::ProcessTriangle(v0, v1, v2);
|
||||
}
|
||||
|
||||
}
|
||||
|
Reference in New Issue
Block a user