Module vulkano::image::view[][src]

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.

Structs

Specifies how the components of an image must be mapped.

A safe image view that checks for validity and keeps its attached image alive.

A low-level wrapper around a vkImageView.

Enums

Describes the value that an individual component must return when being accessed.

Error that can happen when creating an image view.

The geometry type of an image view.

Traits

Trait for types that represent the GPU can access an image view.