Explorar o código

shader: Fixup SPIR-V emit header namespaces

ReinUsesLisp %!s(int64=5) %!d(string=hai) anos
pai
achega
b725db8709

+ 2 - 2
src/shader_recompiler/backend/spirv/emit_spirv_instructions.h

@@ -6,12 +6,12 @@
 
 #include "common/common_types.h"
 
-namespace IR {
+namespace Shader::IR {
 enum class Attribute : u64;
 enum class Patch : u64;
 class Inst;
 class Value;
-} // namespace IR
+} // namespace Shader::IR
 
 namespace Shader::Backend::SPIRV {