File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Graphics/GraphicsEngineVulkan/src Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -1353,9 +1353,9 @@ void PipelineResourceSignatureVkImpl::UpdateInlineConstantBuffers(const ShaderRe
13531353 {
13541354 // For emulated inline constants, get data from the resource cache using the correct CacheOffset
13551355 // Similar to D3D11 backend which uses BindPoints to locate the resource
1356- const ResourceAttribs& Attr = GetResourceAttribs (InlineCBAttr.ResIndex );
1357- const Uint32 CacheOffset = Attr.CacheOffset (CacheType);
1358- const void * pInlineConstantData = ResourceCache.GetInlineConstantData (Attr.DescrSet , CacheOffset);
1356+ const ResourceAttribs& Attr = GetResourceAttribs (InlineCBAttr.ResIndex );
1357+ const Uint32 CacheOffset = Attr.CacheOffset (CacheType);
1358+ const void * pInlineConstantData = ResourceCache.GetInlineConstantData (Attr.DescrSet , CacheOffset);
13591359 VERIFY_EXPR (pInlineConstantData != nullptr );
13601360
13611361 // Map the buffer and copy the data
You can’t perform that action at this time.
0 commit comments