Thread specific rendering data for pixel commands. More...
#include <pixel_thread_context.h>
Public Types | |
enum | { max_samplers = 6 } |
Public Member Functions | |
CL_PixelThreadContext (int core, int num_cores) | |
Construction. | |
Public Attributes | |
CL_Rect | clip_rect |
CL_PixelBufferData | colorbuffer0 |
int | core |
Attributes. | |
CL_Colorf | cur_blend_color |
CL_BlendFunc | cur_blend_dest |
CL_BlendFunc | cur_blend_dest_alpha |
CL_BlendFunc | cur_blend_src |
CL_BlendFunc | cur_blend_src_alpha |
int | num_cores |
CL_PixelBuffer | pixelbuffer_white |
CL_PixelBufferData | samplers [max_samplers] |
Thread specific rendering data for pixel commands.
CL_PixelThreadContext::CL_PixelThreadContext | ( | int | core, | |
int | num_cores | |||
) |
Construction.
Attributes.
CL_PixelBufferData CL_PixelThreadContext::samplers[max_samplers] |