Module image

Module image 

Source
Expand description

Image handling helpers.

Structs§

ARGB8
A8R8G8B8 pixel format.
BGRA8
B8G8R8A8 pixel format.
Image
An uncompressed raw image ready to upload to GPU buffers.
LoadedTexture
Loaded texture data in the proper pixel format from a TextureResource.
RGBA8
R8G8B8A8 pixel format.

Enums§

ImageError
The generic error type for image operations.
UVDirection
The direction of UV coordinates to load the image for.

Traits§

PixelFormat
Represents an image pixel format to convert images into.