vulkan-rust 0.10.0

Ergonomic Vulkan bindings for Rust, generated from vk.xml
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
//! Generated wrapper methods for Entry, Instance, and Device.
//!
//! These methods are auto-generated from `vk.xml` by the `vulkan-rust-codegen` crate.
//! Do not edit by hand,run `cargo run -p vulkan-rust-codegen` to regenerate.
//!
//! Each method wraps a single Vulkan command, adding:
//! - Output-parameter returns (instead of out-pointer + `VkResult`)
//! - Two-call enumeration for array-returning commands
//! - Spec links, error codes, and safety documentation

mod device_wrappers;
mod entry_wrappers;
mod instance_wrappers;