mirror of
https://github.com/EduApps-CDG/OpenDX
synced 2024-12-30 09:45:37 +01:00
Instead of inserting a barrier after every single buffer copy, update or clear operation, we batch them up and execute the barrier when the first dirty buffer is used by a command. This significantly reduces the number of pipeline barriers in some games, e.g. Final Fantasy XV.