Crate wgpu_graphics

source ·
Expand description

A Piston 2D graphics back-end using wgpu.

Modules

Image operations for textures.

Structs

Represents a texture.
Context required to create and update textures.
Texture creation parameters.
The resource needed for rendering 2D.
Graphics back-end.

Enums

Sampling filter
Texture format.
Texture creation or update error.
Wrap mode

Traits

Implemented by textures for creation.
Implemented by all images to be used with generic algorithms.
Implemented by texture operations.
Implemented by textures for updating.

Type Definitions

Stores textures for text rendering.