Vireo  0.0
Vireo 3D Rendering Hardware Interface
Pipelines

A pipeline is an object storing the GPU state needed to execute shaders

They come in two flavors:

They have in common, for each pipeline :

Note
A pipeline is tied to the configured shader modules, which means that you need one pipeline for each set of shaders.