Enum glium::buffer::CopyError
[−]
[src]
pub enum CopyError { NotSupported, }
Error that can happen when copying data between buffers.
Variants
NotSupported | The backend doesn't support copying between buffers. |