Crate renderdoc

source ·
Expand description

Rust bindings to RenderDoc, a popular graphics debugger.

RenderDoc is a free and open source debugger for real-time graphics providing quick and easy frame captures and detailed introspection of any application using Vulkan, Direct3D 11, Direct3D 12, OpenGL, and OpenGL ES.

These bindings require that RenderDoc be installed on the target machine, with either renderdoc.dll or librenderdoc.so visible from your $PATH.

For more details on how to use this API to integrate your game or renderer with the RenderDoc profiler, consult the upstream in-application API documentation.

Structs§

  • Raw mutable pointer to the API’s root handle.
  • Errors that can occur with the RenderDoc in-application API.
  • Bit flags for customizing the RenderDoc overlay.
  • An instance of the RenderDoc API with baseline version V.

Enums§

  • RenderDoc capture options.
  • User input key codes.
  • Requests a minimum version number of 1.0.0.
  • Requests a minimum version number of 1.1.0.
  • Requests a minimum version number of 1.1.1.
  • Requests a minimum version number of 1.1.2.
  • Requests a minimum version number of 1.2.0.
  • Requests a minimum version number of 1.3.0.
  • Requests a minimum version number of 1.4.0.
  • Requests a minimum version number of 1.4.1.

Constants§

Traits§

  • Trait for statically enforcing backwards compatibility.
  • Entry point into the RenderDoc API.

Type Aliases§

  • Entry point for the RenderDoc API.
  • Raw mutable pointer to the OS-provided window handle.