23 if (_render_pipeline == (
Pipeline *)NULL) {
24 make_render_pipeline();
26 return _render_pipeline;
51 #ifdef THREADED_PIPELINE 59 get_num_cyclers()
const {
63 #endif // THREADED_PIPELINE 65 #ifdef THREADED_PIPELINE 75 get_num_dirty_cyclers()
const {
77 return _num_dirty_cyclers;
79 #endif // THREADED_PIPELINE void set_num_stages(int num_stages)
Specifies the number of stages required for the pipeline.
Similar to MutexHolder, but for a reentrant mutex.
static Pipeline * get_render_pipeline()
Returns a pointer to the global render pipeline.
This class manages a staged pipeline of data, for instance the render pipeline, so that each stage of...
int get_num_stages() const
Returns the number of stages required for the pipeline.
void set_min_stages(int min_stages)
Ensures that at least the indicated number of stages are in the pipeline.