Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/doitsujin/dxvk.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPhilip Rebohle <philip.rebohle@tu-dortmund.de>2022-06-23 01:41:53 +0300
committerPhilip Rebohle <philip.rebohle@tu-dortmund.de>2022-06-28 15:35:58 +0300
commitc67481b904379c8e6ceca810c17411fff06ee152 (patch)
tree9d864dc2a58923b6cf81ebc9e7df79ed24806473 /README.md
parentd4a3b823a24807cd44490fe581f77b42c82ac76a (diff)
[hud] Add HUD item for descriptor stats
Diffstat (limited to 'README.md')
-rw-r--r--README.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/README.md b/README.md
index 8c02992a..4db6c29a 100644
--- a/README.md
+++ b/README.md
@@ -81,6 +81,7 @@ The `DXVK_HUD` environment variable controls a HUD which can display the framera
- `submissions`: Shows the number of command buffers submitted per frame.
- `drawcalls`: Shows the number of draw calls and render passes per frame.
- `pipelines`: Shows the total number of graphics and compute pipelines.
+- `descriptors`: Shows the number of descriptor pools and descriptor sets.
- `memory`: Shows the amount of device memory allocated and used.
- `gpuload`: Shows estimated GPU load. May be inaccurate.
- `version`: Shows DXVK version.