1
0
mirror of https://github.com/doitsujin/dxvk.git synced 2025-01-20 08:52:22 +01:00
Philip Rebohle 0e14fff749 [dxvk] Introduce tracking ID for resource tracking
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.
2024-10-30 09:41:49 +01:00
..
2024-10-27 12:58:22 +01:00