Expand description

Contains pigeon’s pipelines

Re-exports

pub use quad::QuadPipe;
pub use triangle::TrianglePipe;

Modules

Structs

Pigeon comes with two built in pipelines QuadPipe and TrianglePipe. Otherwise you can create your own using the Render trait. Contains the essential details needed by the pipelines to render the shape

Constants

The size of the index buffer when first created

The size of the vertex buffer when first created

Traits

Defines how a pipeline should render itself when its called to draw

Type Definitions

The render information passed of to the pipelines