Skip to content

Commit fb87222

Browse files
committed
Fix formatting
1 parent 17b7af5 commit fb87222

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Graphics/GraphicsEngineVulkan/src/DeviceContextVkImpl.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -656,8 +656,8 @@ void DeviceContextVkImpl::CommitShaderResources(IShaderResourceBinding* pShaderR
656656
SrbPipelineType = m_pPipelineState->GetDesc().PipelineType;
657657
}
658658

659-
ResourceBindInfo& BindInfo = GetBindInfo(SrbPipelineType);
660-
ResourceBindInfo::DescriptorSetInfo& SetInfo = BindInfo.SetInfo[SRBIndex];
659+
ResourceBindInfo& BindInfo = GetBindInfo(SrbPipelineType);
660+
ResourceBindInfo::DescriptorSetInfo& SetInfo = BindInfo.SetInfo[SRBIndex];
661661

662662
// Always bind the SRB, even if it has no descriptor sets (e.g., only push constants)
663663
// The resource cache is needed to store push constant data

0 commit comments

Comments
 (0)