Enum glium::vertex::BufferCreationError
[−]
[src]
pub enum BufferCreationError {
FormatNotSupported,
BufferCreationError(BufferCreationError),
}Error that can happen when creating a vertex buffer.
Variants
FormatNotSupportedThe vertex format is not supported by the backend.
Anything 64bits-related may not be supported.
BufferCreationError(BufferCreationError)Error while creating the vertex buffer.
Trait Implementations
impl Copy for CreationError[src]
impl Clone for CreationError[src]
fn clone(&self) -> CreationError[src]
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src]
Performs copy-assignment from source. Read more
impl Debug for CreationError[src]
impl From<BufferCreationError> for CreationError[src]
fn from(err: BufferCreationError) -> CreationError[src]
Performs the conversion.
impl Display for CreationError[src]
fn fmt(&self, fmt: &mut Formatter) -> Result[src]
Formats the value using the given formatter. Read more