diff options
Diffstat (limited to 'tools/gfx/debug-layer/debug-command-encoder.cpp')
| -rw-r--r-- | tools/gfx/debug-layer/debug-command-encoder.cpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/tools/gfx/debug-layer/debug-command-encoder.cpp b/tools/gfx/debug-layer/debug-command-encoder.cpp index f09130d98..f20c19864 100644 --- a/tools/gfx/debug-layer/debug-command-encoder.cpp +++ b/tools/gfx/debug-layer/debug-command-encoder.cpp @@ -351,7 +351,8 @@ void DebugResourceCommandEncoderImpl::clearResourceView( { case IResourceView::Type::DepthStencil: case IResourceView::Type::RenderTarget: - case IResourceView::Type::UnorderedAccess: break; + case IResourceView::Type::UnorderedAccess: + break; default: GFX_DIAGNOSE_ERROR_FORMAT( "Resource view %lld cannot be cleared. Only DepthStencil, " |
