We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 98bf219 commit 437a562Copy full SHA for 437a562
Graphics/GraphicsEngineVulkan/src/PipelineResourceSignatureVkImpl.cpp
@@ -540,8 +540,7 @@ void PipelineResourceSignatureVkImpl::CreateSetLayouts(const bool IsSerialized)
540
// This must be done after the resources are initialized above
541
if (m_pStaticResCache != nullptr && m_NumInlineConstantBuffers > 0)
542
{
543
- const Uint32 TotalResources = GetTotalResourceCount();
544
- constexpr ResourceCacheContentType StaticCacheType = ResourceCacheContentType::Signature;
+ const Uint32 TotalResources = GetTotalResourceCount();
545
546
// First pass: calculate total memory size needed for all static inline constants
547
Uint32 TotalStaticInlineConstantSize = 0;
0 commit comments