pub trait TextureOp<F> {
    type Error: Debug;
}
Expand description

Implemented by texture operations.

Required Associated Types§

type Error: Debug

The error when performing an operation.

Implementors§

source§

impl<F, R> TextureOp<F> for Texture<R>where R: Resources,

§

type Error = Error