renderdoc-rs icon indicating copy to clipboard operation
renderdoc-rs copied to clipboard

RenderDoc application bindings for Rust

Results 8 renderdoc-rs issues
Sort by recently updated
recently updated
newest added

Updates the requirements on [winit](https://github.com/rust-windowing/winit) to permit the latest version. Release notes Sourced from winit's releases. Winit version 0.30.0 Added Add OwnedDisplayHandle type for allowing safe display handle usage outside...

dependencies

Updates the requirements on [wgpu](https://github.com/gfx-rs/wgpu) to permit the latest version. Release notes Sourced from wgpu's releases. v0.20.0 Major Changes Pipeline overridable constants Wgpu supports now pipeline-overridable constants This allows you...

dependencies

Updates the requirements on [glutin](https://github.com/rust-windowing/glutin) to permit the latest version. Release notes Sourced from glutin's releases. Glutin Version v0.31.3 Change Surface to be Send. This makes it consistent with the...

dependencies

this crate calls `libloading::open` with `RTLD_NOLOAD`, which causes the `dlopen` call to return `NULL`, which `libloading` interprets as an error.

Support for in-application API version 1.4.1 was introduced in #91, which included the renaming of `shutdown` to `remove_hooks`. This rename cannot be handled the same way as previous renames, where...

enhancement

This library does some pretty sketchy things internally (abuse of the `Deref` and `DerefMut` traits plus some weird, but sound, uses of `std::mem::transmute()` to simulate inheritance, etc), and its user...

enhancement

Currently, this library does not provide any type-safe bindings for various kinds of window handles like we do with [`DevicePointer`](https://docs.rs/renderdoc/0.10.1/renderdoc/struct.DevicePointer.html), opting to use a basic [type alias](https://docs.rs/renderdoc/0.10.1/renderdoc/type.WindowHandle.html) instead for simplicity....

enhancement

It would be nice to support the [RenderDoc replay API](https://github.com/baldurk/renderdoc/tree/v0.x/renderdoc/api/replay), which allows third-party RenderDoc compatible GUIs to be written. This API is written in C++ and is considered unstable by...

enhancement
help wanted