diff options
author | Hunter Sezen <orbea@riseup.net> | 2020-09-04 17:18:23 +0100 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2020-09-05 08:26:47 +0700 |
commit | d66b56ce989b0558a00fee7c5259cca9ac1b71f4 (patch) | |
tree | 17123c17c14b86b87a747bf2f55732b219865390 /graphics/renderdoc/README | |
parent | f3bb5bf2cc4a48428a8cac4ddbe77166e891c597 (diff) |
graphics/renderdoc: Added (Stand-alone graphics debugging tool)
Signed-off-by: Dave Woodfall <dave@slackbuilds.org>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'graphics/renderdoc/README')
-rw-r--r-- | graphics/renderdoc/README | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/graphics/renderdoc/README b/graphics/renderdoc/README new file mode 100644 index 0000000000000..1319c62737d9d --- /dev/null +++ b/graphics/renderdoc/README @@ -0,0 +1,6 @@ +RenderDoc is a free MIT licensed stand-alone graphics debugger that +allows quick and easy single-frame capture and detailed introspection of +any application using Vulkan, D3D11, OpenGL & OpenGL ES or D3D12. + +qt5 and python3 are optional dependencies required to build the +qrenderdoc GUI. |