[][src]Trait texture::TextureOp

pub trait TextureOp<F> {
    type Error;
}
[]

Implemented by texture operations.

Associated Types

type Error[]

The error when performing an operation.

Implementors