Skip to content

Commit 437a562

Browse files
committed
remove unused var
1 parent 98bf219 commit 437a562

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

Graphics/GraphicsEngineVulkan/src/PipelineResourceSignatureVkImpl.cpp

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -540,8 +540,7 @@ void PipelineResourceSignatureVkImpl::CreateSetLayouts(const bool IsSerialized)
540540
// This must be done after the resources are initialized above
541541
if (m_pStaticResCache != nullptr && m_NumInlineConstantBuffers > 0)
542542
{
543-
const Uint32 TotalResources = GetTotalResourceCount();
544-
constexpr ResourceCacheContentType StaticCacheType = ResourceCacheContentType::Signature;
543+
const Uint32 TotalResources = GetTotalResourceCount();
545544

546545
// First pass: calculate total memory size needed for all static inline constants
547546
Uint32 TotalStaticInlineConstantSize = 0;

0 commit comments

Comments
 (0)