Module vulkano::image::sys

source ·
Expand description

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.

See also the parent module-level documentation for more information about images.

Structs