video_core: use nested namespaces

This commit is contained in:
tgsm 2019-02-19 03:09:57 -05:00
parent f409342ab5
commit d6c530d08c
26 changed files with 52 additions and 120 deletions

View file

@ -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