diff options
| author | Egor Yusov <egor.yusov@gmail.com> | 2019-05-05 17:16:21 +0000 |
|---|---|---|
| committer | Egor Yusov <egor.yusov@gmail.com> | 2019-05-05 17:16:21 +0000 |
| commit | ec35c4f48246b775e43668e3f478b28ebf778d1e (patch) | |
| tree | f1b1941d903b9e7052aa7ef6a4a3a9066e3b3065 /Graphics/GraphicsEngineVulkan | |
| parent | Added safe check that same PSO is being bound (diff) | |
| download | DiligentCore-ec35c4f48246b775e43668e3f478b28ebf778d1e.tar.gz DiligentCore-ec35c4f48246b775e43668e3f478b28ebf778d1e.zip | |
Minor change
Diffstat (limited to 'Graphics/GraphicsEngineVulkan')
| -rw-r--r-- | Graphics/GraphicsEngineVulkan/src/DeviceContextVkImpl.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Graphics/GraphicsEngineVulkan/src/DeviceContextVkImpl.cpp b/Graphics/GraphicsEngineVulkan/src/DeviceContextVkImpl.cpp index 583feb6f..1162725c 100644 --- a/Graphics/GraphicsEngineVulkan/src/DeviceContextVkImpl.cpp +++ b/Graphics/GraphicsEngineVulkan/src/DeviceContextVkImpl.cpp @@ -219,7 +219,7 @@ namespace Diligent Flush(); } - const auto& PSODesc = pPipelineStateVk->GetDesc(); + const auto& PSODesc = pPipelineStateVk->GetDesc(); bool CommitStates = false; bool CommitScissor = false; |
