Trait texture::TextureOp[][src]

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

Implemented by texture operations.

Associated Types

type Error[src][]

The error when performing an operation.

Implementors