Crates.io | renderdoc-sys |
lib.rs | renderdoc-sys |
version | 1.1.0 |
source | src |
created_at | 2018-09-16 00:56:30.260071 |
updated_at | 2024-03-02 02:20:53.768859 |
description | Low-level bindings to the RenderDoc API |
homepage | https://github.com/ebkalderon/renderdoc-rs/tree/master/renderdoc-sys |
repository | https://github.com/ebkalderon/renderdoc-rs |
max_upload_size | |
id | 84914 |
size | 46,783 |
Low-level bindings to the RenderDoc in-application API.
RenderDoc is a free and open source debugger for real-time graphics that allows 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 renderdoc.dll
nor
librenderdoc.so
by itself; it only contains the FFI symbols. Refer to the
upstream In-Application API documentation for correct usage details.
For a safe wrapper, see the renderdoc
crate.
renderdoc-sys
is free and open source software distributed under the terms of
either the MIT or the Apache 2.0 license, at
your option.
Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.