summaryrefslogtreecommitdiffstats
path: root/source/slang/slang-type-layout.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'source/slang/slang-type-layout.cpp')
-rw-r--r--source/slang/slang-type-layout.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/slang/slang-type-layout.cpp b/source/slang/slang-type-layout.cpp
index 074aa3350..ccd34a966 100644
--- a/source/slang/slang-type-layout.cpp
+++ b/source/slang/slang-type-layout.cpp
@@ -3905,7 +3905,7 @@ static TypeLayoutResult _createTypeLayout(
// This case is mostly to allow users to add new resource types...
CASE(UntypedBufferResourceType, RawBuffer);
- CASE(GLSLShaderStorageBufferType, MutableBuffer);
+ CASE(GLSLShaderStorageBufferType, MutableRawBuffer);
#undef CASE