mirror of
https://github.com/PabloMK7/citra.git
synced 2025-09-12 05:40:04 +00:00
video_core: use nested namespaces
This commit is contained in:
parent
f409342ab5
commit
d6c530d08c
26 changed files with 52 additions and 120 deletions
|
@ -19,8 +19,7 @@
|
|||
|
||||
using Pica::Rasterizer::Vertex;
|
||||
|
||||
namespace Pica {
|
||||
namespace Clipper {
|
||||
namespace Pica::Clipper {
|
||||
|
||||
struct ClippingEdge {
|
||||
public:
|
||||
|
@ -192,5 +191,4 @@ void ProcessTriangle(const OutputVertex& v0, const OutputVertex& v1, const Outpu
|
|||
}
|
||||
}
|
||||
|
||||
} // namespace Clipper
|
||||
} // namespace Pica
|
||||
} // namespace Pica::Clipper
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue