mirror of
https://github.com/doitsujin/dxvk.git
synced 2024-12-02 10:24:12 +01:00
[dxvk] Remove unnecessary barrier recording before compute dispatch
This call is not needed any longer because we have compute init barriers. Might allow for parallel compute shader dispatch in some situations.
This commit is contained in:
parent
0ba00b3f59
commit
ffede83d9e
@ -2301,7 +2301,6 @@ namespace dxvk {
|
|||||||
this->updateComputeShaderResources();
|
this->updateComputeShaderResources();
|
||||||
this->updateComputePipelineState();
|
this->updateComputePipelineState();
|
||||||
this->updateComputeShaderDescriptors();
|
this->updateComputeShaderDescriptors();
|
||||||
m_barriers.recordCommands(m_cmd);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user