1
0
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:
Philip Rebohle 2020-05-01 15:10:37 +02:00
parent 9b602ef850
commit 46f860f93e
No known key found for this signature in database
GPG Key ID: C8CC613427A31C99

View File

@ -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);