summaryrefslogtreecommitdiff
path: root/source/slang/type-layout.h
diff options
context:
space:
mode:
authorTim Foley <tfoley@nvidia.com>2017-06-15 13:12:51 -0700
committerTim Foley <tfoley@nvidia.com>2017-06-15 13:12:51 -0700
commit517513645afb8eaf4841e7b7035f1ba3a9c7cd57 (patch)
treeeb0fdf58f5f42c427ade3aac136a9053fbf21d54 /source/slang/type-layout.h
parentc34a433d7aa3fdbfefee22f20d5aac2d960f392a (diff)
Rename `Slang::Compiler` -> `Slang`
This gets rid of one unecessary namespace.
Diffstat (limited to 'source/slang/type-layout.h')
-rw-r--r--source/slang/type-layout.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/source/slang/type-layout.h b/source/slang/type-layout.h
index be54bbf53..df937c1d4 100644
--- a/source/slang/type-layout.h
+++ b/source/slang/type-layout.h
@@ -12,8 +12,6 @@ namespace Slang {
typedef intptr_t Int;
typedef uintptr_t UInt;
-namespace Compiler {
-
// Forward declarations
enum class BaseType;
@@ -545,6 +543,6 @@ createStructuredBufferTypeLayout(
//
-}}
+}
#endif \ No newline at end of file