Enum gfx::UpdateError
[−]
[src]
pub enum UpdateError<T> { OutOfBounds { target: T, source: T, }, UnitCountMismatch { target: usize, slice: usize, }, }
An error occuring in buffer/texture updates.
Variants
OutOfBounds | Fields
| |||||
UnitCountMismatch | Fields
|