Module vulkano::image::sys[][src]

Low-level implementation of images.

This module contains low-level wrappers around the Vulkan image types. All other image types of this library, and all custom image types that you create must wrap around the types in this module.

Structs

LinearLayout

Describes the memory layout of an image with linear tiling.

UnsafeImage

A storage for pixels or arbitrary data.

Enums

ImageCreationError

Error that can happen when creating an instance.