logo
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

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

Enums

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.