[][src]Module erupt::utils

Utilities to aid your usage of this crate

Modules

allocator

Provides a basic Vulkan memory allocator, aiming to be correct

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.