summaryrefslogtreecommitdiffstats
path: root/source/slang/syntax.cpp
diff options
context:
space:
mode:
authorTim Foley <tfoleyNV@users.noreply.github.com>2017-07-17 16:37:34 -0700
committerGitHub <noreply@github.com>2017-07-17 16:37:34 -0700
commit400e347ce9ad7aec38450398e0f563a9d59414cf (patch)
treea8f6a2334397ade3981f35d1ee764a4c325e0927 /source/slang/syntax.cpp
parent0059ccb3997c2af87bc3f76524d8cd4787c20b7e (diff)
parentff4621460a98f34d74e4275841c313400cbda0dd (diff)
Merge pull request #112 from tfoleyNV/gh-94
Handle `Buffer` types more like textures
Diffstat (limited to 'source/slang/syntax.cpp')
-rw-r--r--source/slang/syntax.cpp6
1 files changed, 0 insertions, 6 deletions
diff --git a/source/slang/syntax.cpp b/source/slang/syntax.cpp
index 0d7a5ad74..503fbbb0e 100644
--- a/source/slang/syntax.cpp
+++ b/source/slang/syntax.cpp
@@ -421,13 +421,7 @@ void ExpressionType::accept(IValVisitor* visitor, void* extra)
CASE(GLSLOutputParameterBlockType, GLSLOutputParameterBlockType)
CASE(GLSLShaderStorageBufferType, GLSLShaderStorageBufferType)
- CASE(PackedBuffer, PackedBufferType)
- CASE(Uniform, UniformBufferType)
- CASE(Patch, PatchType)
-
- CASE(HLSLBufferType, HLSLBufferType)
CASE(HLSLStructuredBufferType, HLSLStructuredBufferType)
- CASE(HLSLRWBufferType, HLSLRWBufferType)
CASE(HLSLRWStructuredBufferType, HLSLRWStructuredBufferType)
CASE(HLSLAppendStructuredBufferType, HLSLAppendStructuredBufferType)
CASE(HLSLConsumeStructuredBufferType, HLSLConsumeStructuredBufferType)