mirror of
https://github.com/doitsujin/dxvk.git
synced 2024-12-03 04:24:11 +01:00
[dxvk] Don't flush memory in changeImageLayout
This commit is contained in:
parent
9b602ef850
commit
46f860f93e
@ -314,8 +314,7 @@ namespace dxvk {
|
||||
|
||||
m_execBarriers.accessImage(image, subresources,
|
||||
image->info().layout,
|
||||
image->info().stages,
|
||||
image->info().access,
|
||||
image->info().stages, 0,
|
||||
layout,
|
||||
image->info().stages,
|
||||
image->info().access);
|
||||
|
Loading…
Reference in New Issue
Block a user