summaryrefslogtreecommitdiff
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, 2 insertions, 0 deletions
diff --git a/source/slang/slang-type-layout.cpp b/source/slang/slang-type-layout.cpp
index 691e5864c..074aa3350 100644
--- a/source/slang/slang-type-layout.cpp
+++ b/source/slang/slang-type-layout.cpp
@@ -3905,6 +3905,8 @@ static TypeLayoutResult _createTypeLayout(
// This case is mostly to allow users to add new resource types...
CASE(UntypedBufferResourceType, RawBuffer);
+ CASE(GLSLShaderStorageBufferType, MutableBuffer);
+
#undef CASE
else if(auto basicType = as<BasicExpressionType>(type))