video_core: use nested namespaces
This commit is contained in:
parent
f409342ab5
commit
d6c530d08c
26 changed files with 52 additions and 120 deletions
|
@ -32,8 +32,7 @@
|
|||
#include "video_core/utils.h"
|
||||
#include "video_core/video_core.h"
|
||||
|
||||
namespace Pica {
|
||||
namespace Rasterizer {
|
||||
namespace Pica::Rasterizer {
|
||||
|
||||
// NOTE: Assuming that rasterizer coordinates are 12.4 fixed-point values
|
||||
struct Fix12P4 {
|
||||
|
@ -893,5 +892,4 @@ void ProcessTriangle(const Vertex& v0, const Vertex& v1, const Vertex& v2) {
|
|||
ProcessTriangleInternal(v0, v1, v2);
|
||||
}
|
||||
|
||||
} // namespace Rasterizer
|
||||
} // namespace Pica
|
||||
} // namespace Pica::Rasterizer
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue