Module librashader_runtime::image

source ·
Expand description

Image handling helpers.

Structs§

  • A8R8G8B8 pixel format.
  • B8G8R8A8 pixel format.
  • An uncompressed raw image ready to upload to GPU buffers.
  • R8G8B8A8 pixel format.

Enums§

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

Traits§

  • Represents an image pixel format to convert images into.