Interface for commands participating in the rendering pipeline.
More...
#include <pixel_command.h>
Interface for commands participating in the rendering pipeline.
virtual CL_PixelCommand::~CL_PixelCommand |
( |
) | |
|
|
inlinevirtual |
static int CL_PixelCommand::find_first_line_for_core |
( |
int |
y_start, |
|
|
int |
core, |
|
|
int |
num_cores |
|
) |
| |
|
static |
Returns the first line to be rendered by the specified core.
void CL_PixelCommand::operator delete |
( |
void * |
obj, |
|
|
CL_PixelPipeline * |
p |
|
) |
| |
void CL_PixelCommand::operator delete |
( |
void * |
obj) | |
|
void* CL_PixelCommand::operator new |
( |
size_t |
s, |
|
|
CL_PixelPipeline * |
p |
|
) |
| |
Called by each rendering thread in the pipeline to run the command.
The documentation for this class was generated from the following file: