From f85be773aac56eec57596474d75755fa7810aefb Mon Sep 17 00:00:00 2001 From: Jens Peters Date: Fri, 6 Mar 2020 10:49:14 +0100 Subject: [PATCH] [meta] Remove D3D10 HUD restriction in the README D3D10 in the HUD api option is identified correctly since https://github.com/doitsujin/dxvk/commit/be16da37d7c55fce5bfc7885f89a4047a336f4e2 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0238394d..d78930c8 100644 --- a/README.md +++ b/README.md @@ -82,7 +82,7 @@ The `DXVK_HUD` environment variable controls a HUD which can display the framera - `memory`: Shows the amount of device memory allocated and used. - `gpuload`: Shows estimated GPU load. May be inaccurate. - `version`: Shows DXVK version. -- `api`: Shows the D3D feature level used by the application. Does not work correctly for D3D10 at the moment. +- `api`: Shows the D3D feature level used by the application. - `compiler`: Shows shader compiler activity - `samplers`: Shows the current number of sampler pairs used *[D3D9 Only]*