swrasterizer folder minor edit

This commit is contained in:
Dragios 2017-10-27 09:44:45 +08:00
parent 9b3eb69973
commit 3e26b0dee5
5 changed files with 8 additions and 12 deletions

View file

@ -7,7 +7,6 @@
#include "video_core/shader/shader.h"
namespace Pica {
namespace Rasterizer {
struct Vertex : Shader::OutputVertex {
@ -44,5 +43,4 @@ struct Vertex : Shader::OutputVertex {
void ProcessTriangle(const Vertex& v0, const Vertex& v1, const Vertex& v2);
} // namespace Rasterizer
} // namespace Pica