diff options
| author | Tim Foley <tfoleyNV@users.noreply.github.com> | 2017-07-17 16:37:34 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2017-07-17 16:37:34 -0700 |
| commit | 400e347ce9ad7aec38450398e0f563a9d59414cf (patch) | |
| tree | a8f6a2334397ade3981f35d1ee764a4c325e0927 /source/slang/type-layout.h | |
| parent | 0059ccb3997c2af87bc3f76524d8cd4787c20b7e (diff) | |
| parent | ff4621460a98f34d74e4275841c313400cbda0dd (diff) | |
Merge pull request #112 from tfoleyNV/gh-94
Handle `Buffer` types more like textures
Diffstat (limited to 'source/slang/type-layout.h')
| -rw-r--r-- | source/slang/type-layout.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/source/slang/type-layout.h b/source/slang/type-layout.h index d5c96abf2..81ca1350c 100644 --- a/source/slang/type-layout.h +++ b/source/slang/type-layout.h @@ -403,9 +403,6 @@ enum class ShaderParameterKind StructuredBuffer, MutableStructuredBuffer, - SampledBuffer, - MutableSampledBuffer, - RawBuffer, MutableRawBuffer, |
