Expand description
Error types for the crate.
Structs§
- Invalid
Window Id - The window ID is not valid.
- NoSuitable
Adapter Found - No suitable video adapter was found.
- Unknown
Overlay - The specified overlay was not found on the window.
- Unsupported
Image Format - An error indicating that the image data is not in a supported format.
Enums§
- Create
Window Error - An error that can occur while creating a new window.
- GetDevice
Error - An error occured trying to find a usable graphics device.
- Image
Data Error - An error that can occur while interpreting image data.
- Save
Image Error - An error occured trying to save an image.
- SetImage
Error - An error that can occur when setting the image of a window.