mirror of
https://github.com/yuzu-emu/yuzu-android.git
synced 2025-07-04 10:28:04 -05:00
Sources: Run clang-format on everything.
This commit is contained in:
@ -7,13 +7,12 @@
|
||||
namespace Pica {
|
||||
|
||||
namespace Shader {
|
||||
struct OutputVertex;
|
||||
struct OutputVertex;
|
||||
}
|
||||
|
||||
namespace Rasterizer {
|
||||
|
||||
void ProcessTriangle(const Shader::OutputVertex& v0,
|
||||
const Shader::OutputVertex& v1,
|
||||
void ProcessTriangle(const Shader::OutputVertex& v0, const Shader::OutputVertex& v1,
|
||||
const Shader::OutputVertex& v2);
|
||||
|
||||
} // namespace Rasterizer
|
||||
|
Reference in New Issue
Block a user