Module vulkano::image::view

source ·
Expand description

Image views.

This module contains types related to image views. An image view wraps around an image and describes how the GPU should interpret the data. It is needed when an image is to be used in a shader descriptor or as a framebuffer attachment.

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

Structs

  • A wrapper around an image that makes it available to shaders or framebuffers.
  • Parameters to create a new ImageView.

Enums