Enum glium::texture::buffer_texture::CreationError
[−]
[src]
pub enum CreationError {
BufferCreationError(BufferCreationError),
TextureCreationError(TextureCreationError),
}Error that can happen while building a buffer texture.
Variants
BufferCreationError | Failed to create the buffer. |
TextureCreationError | Failed to create the texture. |