[]Trait glium_graphics::TextureOp

pub trait TextureOp<F> {
    type Error;
}

Implemented by texture operations.

Associated Types

type Error

The error when performing an operation.

Loading content...

Implementors

impl<F> TextureOp<F> for Texture[src]

Loading content...