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