From 316c7140c25d269b7c7653c574deb3726d1b1ab4 Mon Sep 17 00:00:00 2001 From: "Pierre-Loup A. Griffais" Date: Wed, 25 Jan 2017 12:49:34 -0800 Subject: [PATCH] Update README.md Reference TODO list in README caveat for Qt UI. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9ad23a5e2..28f451830 100644 --- a/README.md +++ b/README.md @@ -38,7 +38,7 @@ API Support * D3D11 has full feature support and is stable & tested. Feature Level 11 hardware is assumed - Radeon 4000/5000+, GeForce 400+, Intel Ivy Bridge, falling back to WARP software emulation if this hardware isn't present. * \*OpenGL is only explicitly supported for the core profile 3.2+ subset of features, check the [OpenGL wiki page](https://github.com/baldurk/renderdoc/wiki/OpenGL) for details. -* \*\*A Qt UI [is in progress](qrenderdoc), with some [implementation notes on the wiki](https://github.com/baldurk/renderdoc/wiki/QRenderDoc-Notes). +* \*\*A Qt UI [is in progress](qrenderdoc), with some [implementation notes on the wiki](https://github.com/baldurk/renderdoc/wiki/QRenderDoc-Notes) and a [TODO list of remaining work](https://github.com/baldurk/renderdoc/issues/494). Downloads --------------