summaryrefslogtreecommitdiffstats
path: root/tools/gfx/cpu/cpu-shader-object.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tools/gfx/cpu/cpu-shader-object.cpp')
-rw-r--r--tools/gfx/cpu/cpu-shader-object.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/tools/gfx/cpu/cpu-shader-object.cpp b/tools/gfx/cpu/cpu-shader-object.cpp
index 3c9dd3cb2..ec11b2272 100644
--- a/tools/gfx/cpu/cpu-shader-object.cpp
+++ b/tools/gfx/cpu/cpu-shader-object.cpp
@@ -223,7 +223,8 @@ ShaderObjectImpl::setObject(ShaderOffset const& offset, IShaderObject* object)
break;
case slang::BindingType::ExistentialValue:
case slang::BindingType::RawBuffer:
- case slang::BindingType::MutableRawBuffer: break;
+ case slang::BindingType::MutableRawBuffer:
+ break;
}
return SLANG_OK;
}