summaryrefslogtreecommitdiffstats
path: root/tools/gfx/render-graphics-common.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tools/gfx/render-graphics-common.cpp')
-rw-r--r--tools/gfx/render-graphics-common.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/gfx/render-graphics-common.cpp b/tools/gfx/render-graphics-common.cpp
index 5f083538d..9e95df95c 100644
--- a/tools/gfx/render-graphics-common.cpp
+++ b/tools/gfx/render-graphics-common.cpp
@@ -153,6 +153,7 @@ public:
switch (slangBindingType)
{
case slang::BindingType::ExistentialValue:
+ case slang::BindingType::InlineUniformData:
continue;
default:
break;
@@ -172,7 +173,6 @@ public:
auto category = typeLayout->getDescriptorSetDescriptorRangeCategory(s, r);
descriptorRangeDesc.binding += varLayout->getOffset(category);
}
-
descriptorSetInfo->slotRangeDescs.add(descriptorRangeDesc);
}
}