Module utils

Module utils 

Source
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 SurfaceKHR using a RawWindowHandle (adapted from ash-window).

Structs§

VulkanResult
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.