Crate renderdoc_sys
source ·Expand description
Low-level bindings to the RenderDoc in-application API.
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 are automatically generated from renderdoc_app.h
with bindgen
. This
crate does not provide nor link to the renderdoc.dll
or librenderdoc.so
libraries on its
own; it only contains FFI symbols. Refer to the official In-Application API
documentation for correct usage.
For a safe wrapper, see the renderdoc
crate.