mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-29 04:08:55 +00:00
VideoBackends/Vulkan: Use nested namespace specifiers where applicable
This commit is contained in:
parent
ec60027f56
commit
72b04a353d
2 changed files with 4 additions and 12 deletions
|
@ -24,9 +24,7 @@
|
|||
|
||||
#include "VideoCommon/VideoConfig.h"
|
||||
|
||||
namespace Vulkan
|
||||
{
|
||||
namespace ShaderCompiler
|
||||
namespace Vulkan::ShaderCompiler
|
||||
{
|
||||
// Registers itself for cleanup via atexit
|
||||
bool InitializeGlslang();
|
||||
|
@ -375,6 +373,4 @@ std::optional<SPIRVCodeVector> CompileComputeShader(std::string_view source_code
|
|||
{
|
||||
return CompileShaderToSPV(EShLangCompute, "cs", source_code, COMPUTE_SHADER_HEADER);
|
||||
}
|
||||
|
||||
} // namespace ShaderCompiler
|
||||
} // namespace Vulkan
|
||||
} // namespace Vulkan::ShaderCompiler
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue