Interface for commands participating in the rendering pipeline. More...

#include <pixel_command.h>

Public Member Functions

virtual ~PixelCommand ()
 Operations. More...
 
void operator delete (void *obj, PixelPipeline *p)
 
void operator delete (void *obj)
 
void * operator new (size_t s, PixelPipeline *p)
 
virtual void run (PixelThreadContext *context)=0
 Called by each rendering thread in the pipeline to run the command. More...
 

Static Public Member Functions

static int find_first_line_for_core (int y_start, int core, int num_cores)
 Returns the first line to be rendered by the specified core. More...
 

Detailed Description

Interface for commands participating in the rendering pipeline.


The documentation for this class was generated from the following file: