Enum gfx_core::factory::BufferError
[−]
[src]
pub enum BufferError { UnsupportedBind(Bind), Other, }
Error creating a buffer.
Variants
UnsupportedBind | Some of the bind flags are not supported. | |
Other | Unknown other error. |