diff options
| author | assiduous <assiduous@diligentgraphics.com> | 2021-03-19 03:23:25 +0000 |
|---|---|---|
| committer | assiduous <assiduous@diligentgraphics.com> | 2021-03-19 03:23:25 +0000 |
| commit | 59be7e52bfbde70cce0267d47d8069d2312fc578 (patch) | |
| tree | 0bcf1ab9dc7615aa6b514e132a02cf9cd094cdeb /Graphics/GraphicsEngineVulkan | |
| parent | Fixed rebase issues; updated API to version 240083 (diff) | |
| download | DiligentCore-59be7e52bfbde70cce0267d47d8069d2312fc578.tar.gz DiligentCore-59be7e52bfbde70cce0267d47d8069d2312fc578.zip | |
Fixed Win SDK 17763 build issues
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. |
