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

Implemented by texture operations.

Required Associated Types§

source

type Error: Debug

The error when performing an operation.

Implementors§