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 17b7af5 commit fb87222Copy full SHA for fb87222
Graphics/GraphicsEngineVulkan/src/DeviceContextVkImpl.cpp
@@ -656,8 +656,8 @@ void DeviceContextVkImpl::CommitShaderResources(IShaderResourceBinding* pShaderR
656
SrbPipelineType = m_pPipelineState->GetDesc().PipelineType;
657
}
658
659
- ResourceBindInfo& BindInfo = GetBindInfo(SrbPipelineType);
660
- ResourceBindInfo::DescriptorSetInfo& SetInfo = BindInfo.SetInfo[SRBIndex];
+ ResourceBindInfo& BindInfo = GetBindInfo(SrbPipelineType);
+ ResourceBindInfo::DescriptorSetInfo& SetInfo = BindInfo.SetInfo[SRBIndex];
661
662
// Always bind the SRB, even if it has no descriptor sets (e.g., only push constants)
663
// The resource cache is needed to store push constant data
0 commit comments