mirror of
https://github.com/doitsujin/dxvk.git
synced 2025-04-06 00:57:40 +02: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,
|
m_execBarriers.accessImage(image, subresources,
|
||||||
image->info().layout,
|
image->info().layout,
|
||||||
image->info().stages,
|
image->info().stages, 0,
|
||||||
image->info().access,
|
|
||||||
layout,
|
layout,
|
||||||
image->info().stages,
|
image->info().stages,
|
||||||
image->info().access);
|
image->info().access);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user