From 522fa8d777e6a56886b5539161f43c747f24a2f1 Mon Sep 17 00:00:00 2001 From: Jens Peters Date: Fri, 12 Apr 2019 19:13:30 +0200 Subject: [PATCH] [meta] Update README with 'api' option for the HUD --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index fad0d106..81c82350 100644 --- a/README.md +++ b/README.md @@ -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.