README 432 B

12345678910111213
  1. RenderDoc is a free MIT licensed stand-alone graphics debugger that
  2. allows quick and easy single-frame capture and detailed introspection of
  3. any application using Vulkan, D3D11, OpenGL & OpenGL ES or D3D12.
  4. qt5 and python3 are optional dependencies required to build the
  5. qrenderdoc GUI.
  6. To disable building the qrenderdoc GUI use:
  7. QT=no ./renderdoc.SlackBuild
  8. To build debugging symbols use:
  9. DEBUG=yes ./renderdoc.SlackBuild