1
0
mirror of https://github.com/EduApps-CDG/OpenDX synced 2024-12-30 09:45:37 +01:00
Philip Rebohle 15aabcb878
[dxvk] Optimize barriers around vkCmdCopyImage
We don't need to force layout transitions and emit double pipeline
barriers in case the GENERAL layout is being used for both images.
This is somewhat common for images used by compute shaders, and
this optimization ensures that only required barriers are emitted.
2018-06-18 22:30:00 +02:00
..
2018-05-25 17:44:50 +02:00
2018-03-22 11:01:54 +01:00
2018-05-18 16:46:34 +02:00
2018-05-12 19:46:08 +02:00
2017-10-10 23:32:13 +02:00
2018-03-22 19:01:01 +01:00
2018-03-22 19:01:01 +01:00
2018-05-30 16:58:46 +02:00