|
ClanLib
2.3.7
|
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. More... | |
Thread specific rendering data for pixel commands.
| CL_PixelThreadContext::CL_PixelThreadContext | ( | int | core, |
| int | num_cores | ||
| ) |
Construction.
| CL_Rect CL_PixelThreadContext::clip_rect |
| CL_PixelBufferData CL_PixelThreadContext::colorbuffer0 |
| int CL_PixelThreadContext::core |
Attributes.
| CL_Colorf CL_PixelThreadContext::cur_blend_color |
| CL_BlendFunc CL_PixelThreadContext::cur_blend_dest |
| CL_BlendFunc CL_PixelThreadContext::cur_blend_dest_alpha |
| CL_BlendFunc CL_PixelThreadContext::cur_blend_src |
| CL_BlendFunc CL_PixelThreadContext::cur_blend_src_alpha |
| int CL_PixelThreadContext::num_cores |
| CL_PixelBuffer CL_PixelThreadContext::pixelbuffer_white |
| CL_PixelBufferData CL_PixelThreadContext::samplers[max_samplers] |
1.8.4