Trait gfx_graphics::TextureOp[][src]

pub trait TextureOp<F> {
    type Error;
}

Implemented by texture operations.

Associated Types

type Error[src]

The error when performing an operation.

Loading content...

Implementors

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

type Error = Error

Loading content...