summaryrefslogtreecommitdiffstats
path: root/graphics/renderdoc/README
diff options
context:
space:
mode:
Diffstat (limited to 'graphics/renderdoc/README')
-rw-r--r--graphics/renderdoc/README12
1 files changed, 12 insertions, 0 deletions
diff --git a/graphics/renderdoc/README b/graphics/renderdoc/README
new file mode 100644
index 0000000000..415012ab7d
--- /dev/null
+++ b/graphics/renderdoc/README
@@ -0,0 +1,12 @@
+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.
+
+To disable building the qrenderdoc GUI use:
+ QT=no ./renderdoc.SlackBuild
+
+To build debugging symbols use:
+ DEBUG=yes ./renderdoc.SlackBuild