Trait TextureOp
gfx_graphics
pub trait TextureOp<F> { type Error; }
Implemented by texture operations.
type Error
The error when performing an operation.
impl<F, R> TextureOp<F> for Texture<R> where R: Resources,
type Error = Error