summaryrefslogtreecommitdiffstats
path: root/Graphics/GraphicsEngineVulkan
diff options
context:
space:
mode:
authorassiduous <assiduous@diligentgraphics.com>2020-10-28 02:52:33 +0000
committerassiduous <assiduous@diligentgraphics.com>2020-10-28 02:52:33 +0000
commitd829cacd06b2a78708e1e4772a833dad2ade5856 (patch)
tree8c942a879c8bcbef52f2adea1e16d111c2714212 /Graphics/GraphicsEngineVulkan
parentMerge branch 'master' into ray_tracing (diff)
downloadDiligentCore-d829cacd06b2a78708e1e4772a833dad2ade5856.tar.gz
DiligentCore-d829cacd06b2a78708e1e4772a833dad2ade5856.zip
Fixed two minor merge issues
Diffstat (limited to 'Graphics/GraphicsEngineVulkan')
-rw-r--r--Graphics/GraphicsEngineVulkan/src/PipelineStateVkImpl.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/Graphics/GraphicsEngineVulkan/src/PipelineStateVkImpl.cpp b/Graphics/GraphicsEngineVulkan/src/PipelineStateVkImpl.cpp
index 98119b2c..8aaee7f7 100644
--- a/Graphics/GraphicsEngineVulkan/src/PipelineStateVkImpl.cpp
+++ b/Graphics/GraphicsEngineVulkan/src/PipelineStateVkImpl.cpp
@@ -745,7 +745,7 @@ PipelineStateVkImpl::PipelineStateVkImpl(IReferenceCounters* p
PipelineStateVkImpl::PipelineStateVkImpl(IReferenceCounters* pRefCounters,
RenderDeviceVkImpl* pDeviceVk,
const RayTracingPipelineStateCreateInfo& CreateInfo) :
- TPipelineStateBase{pRefCounters, pDeviceVk, CreateInfo.PSODesc},
+ TPipelineStateBase{pRefCounters, pDeviceVk, CreateInfo},
m_SRBMemAllocator{GetRawAllocator()}
{
try