video_core: Use nested namespaces where applicable
Compresses a few namespace specifiers to be more compact.
This commit is contained in:
parent
c1c9ab31e8
commit
bb960c8cb4
11 changed files with 24 additions and 48 deletions
|
@ -10,8 +10,7 @@
|
|||
#include "video_core/textures/decoders.h"
|
||||
#include "video_core/textures/texture.h"
|
||||
|
||||
namespace Tegra {
|
||||
namespace Texture {
|
||||
namespace Tegra::Texture {
|
||||
|
||||
/**
|
||||
* Calculates the offset of an (x, y) position within a swizzled texture.
|
||||
|
@ -186,5 +185,4 @@ std::vector<u8> DecodeTexture(const std::vector<u8>& texture_data, TextureFormat
|
|||
return rgba_data;
|
||||
}
|
||||
|
||||
} // namespace Texture
|
||||
} // namespace Tegra
|
||||
} // namespace Tegra::Texture
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue