Trait gfx_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

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

type Error = Error