diff options
Diffstat (limited to 'Graphics/GraphicsEngineVulkan')
| -rw-r--r-- | Graphics/GraphicsEngineVulkan/src/PipelineStateVkImpl.cpp | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Graphics/GraphicsEngineVulkan/src/PipelineStateVkImpl.cpp b/Graphics/GraphicsEngineVulkan/src/PipelineStateVkImpl.cpp index 8934c4aa..a6cc4ba3 100644 --- a/Graphics/GraphicsEngineVulkan/src/PipelineStateVkImpl.cpp +++ b/Graphics/GraphicsEngineVulkan/src/PipelineStateVkImpl.cpp @@ -1188,6 +1188,9 @@ void PipelineStateVkImpl::DvpValidateResourceLimits() const NonUniformIndexingSupported = true; NonUniformIndexingIsNative = true; break; + + default: + UNEXPECTED("Unexpected descriptor type"); } // TODO: We don't know if this resource is used for non-uniform indexing or not. |
