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

Low-level implementation of images and images views.

This module contains low-level wrappers around the Vulkan image and image view types. All other image or image view types of this library, and all custom image or image view 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.

UnsafeImageView

Enums

ImageCreationError

Error that can happen when creating an instance.