vk-profiles-rs

Crates.iovk-profiles-rs
lib.rsvk-profiles-rs
version0.3.1
sourcesrc
created_at2022-04-13 10:56:08.030907
updated_at2022-07-13 11:40:42.292011
descriptionRust bindings for the vulkan profiles library
homepage
repositoryhttps://github.com/CodingRays/vk-profiles-rs
max_upload_size
id566936
size69,572
Lorenzo Rai (CodingRays)

documentation

README

VkProfiles RS

Rust bindings for the Vulkan Profiles library using Ash. The crate is designed as close as possible to Ash to allow for easy usage.

Note: The vulkan loader must be statically linked in ash

Additional dependencies

These are required to build the vulkan profiles library

  • A C++ compiler
  • CMake
  • Vulkan SDK. Only the vulkan headers are required for the build.

License

Licensed under either of

at your option.

Contribution

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.

Commit count: 47

cargo fmt