Expand description
Utilities to aid your usage of this crate.
Modules§
- features
- Utilities for working with
vk::PhysicalDeviceFeatures2. - loading
- Load functions using
libloading. - surface
- Create a
SurfaceKHRusing aRawWindowHandle(adapted fromash-window).
Structs§
- Vulkan
Result - Idiomatic wrapper around a Vulkan Result.
Functions§
- decode_
spv - Safely decode arbitrary SPIR-V data to it’s correct word representation.
- iterate_
ptr_ ⚠chain - Returns an iterator over all nodes in the given pointer chain.