Struct luminance::pipeline::Pipe [] [src]

pub struct Pipe<'a, T> { /* fields omitted */ }

A pipe used to build up a Pipeline by connecting its inner layers.

Methods

impl<'a, T> Pipe<'a, T>
[src]

Create a new pipe that just contains the next layer.

impl<'a> Pipe<'a, ()>
[src]

Create an empty pipe; it holds nothing.

Add the next layer to make it hold something.

Add uniforms to be altered to this pipe.

Add uniform buffers as available to this pipe.

Add textures as available to this pipe.