Enum gfx::device::tex::SurfaceError
[−]
[src]
pub enum SurfaceError {
UnsupportedFormat,
UnsupportedGamma,
}Surface creation/update error.
Variants
UnsupportedFormat | Failed to map a given format to the device. |
UnsupportedGamma | Failed to provide sRGB formats. |