[meta] Update README with 'api' option for the HUD

This commit is contained in:
Jens Peters 2019-04-12 19:13:30 +02:00 committed by Philip Rebohle
parent 2c0ddbd072
commit 522fa8d777
1 changed files with 1 additions and 0 deletions

View File

@ -81,6 +81,7 @@ The `DXVK_HUD` environment variable controls a HUD which can display the framera
- `pipelines`: Shows the total number of graphics and compute pipelines.
- `memory`: Shows the amount of device memory allocated and used.
- `version`: Shows DXVK version.
- `api`: Shows the D3D feature level used by the application. Does not work correctly for D3D10 at the moment.
Additionally, `DXVK_HUD=1` has the same effect as `DXVK_HUD=devinfo,fps`, and `DXVK_HUD=full` enables all available HUD elements.