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.
- Loaded
Texture - Loaded texture data in the proper pixel format from a
TextureResource
. - RGBA8
- R8G8B8A8 pixel format.
Enums§
- Image
Error - The generic error type for image operations.
- UVDirection
- The direction of UV coordinates to load the image for.
Traits§
- Pixel
Format - Represents an image pixel format to convert images into.