[][src]Trait opengl_graphics::TextureOp

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 TextureOp<()> for Texture[src]

type Error = String

Loading content...