mirror of
https://github.com/PabloMK7/citra.git
synced 2025-12-08 08:18:47 +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
|
|
@ -6,11 +6,9 @@
|
|||
#include "common/vector_math.h"
|
||||
#include "video_core/pica_state.h"
|
||||
|
||||
namespace Pica {
|
||||
namespace Rasterizer {
|
||||
namespace Pica::Rasterizer {
|
||||
|
||||
/// Generates procedural texture color for the given coordinates
|
||||
Math::Vec4<u8> ProcTex(float u, float v, TexturingRegs regs, State::ProcTex state);
|
||||
|
||||
} // namespace Rasterizer
|
||||
} // namespace Pica
|
||||
} // namespace Pica::Rasterizer
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue