mirror of
https://github.com/doitsujin/dxvk.git
synced 2025-01-20 08:52:22 +01:00
0e14fff749
Replaces the existing bit masks, which is possible now because the CS thread is the only place where submissions happen now. This way we only count each resource once per submission, or twice in case a read access is followed by a write. This also fixes a potential tracking bug with shader-writeable resources.