[][src]Trait luminance::backend::pipeline::PipelineTexture

pub unsafe trait PipelineTexture<D, P>: PipelineBase + Texture<D, P> where
    D: Dimensionable,
    P: Pixel
{ type BoundTextureRepr; pub unsafe fn bind_texture(
        pipeline: &Self::PipelineRepr,
        texture: &Self::TextureRepr
    ) -> Result<Self::BoundTextureRepr, PipelineError>
    where
        D: Dimensionable,
        P: Pixel
;
pub unsafe fn texture_binding(bound: &Self::BoundTextureRepr) -> u32; }

Associated Types

Loading content...

Required methods

pub unsafe fn bind_texture(
    pipeline: &Self::PipelineRepr,
    texture: &Self::TextureRepr
) -> Result<Self::BoundTextureRepr, PipelineError> where
    D: Dimensionable,
    P: Pixel
[src]

pub unsafe fn texture_binding(bound: &Self::BoundTextureRepr) -> u32[src]

Loading content...

Implementors

Loading content...