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

@ -5,7 +5,6 @@
#pragma once
namespace Pica {
namespace Shader {
struct OutputVertex;
}
@ -16,6 +15,5 @@ using Shader::OutputVertex;
void ProcessTriangle(const OutputVertex& v0, const OutputVertex& v1, const OutputVertex& v2);
} // namespace
} // namespace
} // namespace Clipper
} // namespace Pica