summaryrefslogtreecommitdiffstats
path: root/Graphics/GraphicsEngine/include
diff options
context:
space:
mode:
authors-ol <s+removethis@s-ol.nu>2021-03-27 16:02:20 +0000
committers-ol <s+removethis@s-ol.nu>2021-03-27 16:02:20 +0000
commit884401f8ed7fdaf79032b99787501fc7f770b64e (patch)
tree285b9f5e2b73c8e5c0b01f403cf25f26e8c389b6 /Graphics/GraphicsEngine/include
parentDILIGENT_BEGIN_INTERFACE1 helper (diff)
downloadDiligentCore-ext-vk.tar.gz
DiligentCore-ext-vk.zip
GLTF: hacky VR rendering supportext-vk
Diffstat (limited to 'Graphics/GraphicsEngine/include')
-rw-r--r--Graphics/GraphicsEngine/include/PipelineStateBase.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/Graphics/GraphicsEngine/include/PipelineStateBase.hpp b/Graphics/GraphicsEngine/include/PipelineStateBase.hpp
index 869e0af0..8f89bb14 100644
--- a/Graphics/GraphicsEngine/include/PipelineStateBase.hpp
+++ b/Graphics/GraphicsEngine/include/PipelineStateBase.hpp
@@ -963,7 +963,7 @@ private:
if (m_UsingImplicitSignature)
{
VERIFY_EXPR(CreateInfo.ResourceSignaturesCount == 0 || CreateInfo.ppResourceSignatures == nullptr);
- m_SignatureCount = 1;
+ m_SignatureCount = CreateInfo.PSODesc.SeparateGeometrySignature ? 2 : 1;
}
else
{