swrasterizer folder minor edit
This commit is contained in:
parent
9b3eb69973
commit
3e26b0dee5
5 changed files with 8 additions and 12 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue