shader: Fixup SPIR-V emit header namespaces
This commit is contained in:
parent
bed090807a
commit
b725db8709
1 changed files with 2 additions and 2 deletions
|
@ -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 {
|
||||
|
||||
|
|
Loading…
Reference in a new issue