summaryrefslogtreecommitdiffstats
path: root/Graphics/GraphicsEngineVulkan
diff options
context:
space:
mode:
authorEgor Yusov <egor.yusov@gmail.com>2019-05-05 17:16:21 +0000
committerEgor Yusov <egor.yusov@gmail.com>2019-05-05 17:16:21 +0000
commitec35c4f48246b775e43668e3f478b28ebf778d1e (patch)
treef1b1941d903b9e7052aa7ef6a4a3a9066e3b3065 /Graphics/GraphicsEngineVulkan
parentAdded safe check that same PSO is being bound (diff)
downloadDiligentCore-ec35c4f48246b775e43668e3f478b28ebf778d1e.tar.gz
DiligentCore-ec35c4f48246b775e43668e3f478b28ebf778d1e.zip
Minor change
Diffstat (limited to 'Graphics/GraphicsEngineVulkan')
-rw-r--r--Graphics/GraphicsEngineVulkan/src/DeviceContextVkImpl.cpp2
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;