Enum glium::index::BufferCreationError
[−]
[src]
pub enum BufferCreationError { IndexTypeNotSupported, PrimitiveTypeNotSupported, BufferCreationError(BufferCreationError), }
Error that can happen while creating an index buffer.
Variants
IndexTypeNotSupported | The type of index is not supported by the backend. |
PrimitiveTypeNotSupported | The type of primitives is not supported by the backend. |
BufferCreationError | An error happened while creating the buffer. |