Enum gfx::BufferUpdateError
[−]
[src]
pub enum BufferUpdateError { OutOfBounds, }
An error happening on buffer updates.
Variants
OutOfBounds | Trying to change the contents outside of the allocation. |