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

Implemented by texture operations.

Associated Types

The error when performing an operation.

Implementors