Go to the source code of this file.
|
class | CL_BufferControl |
| Container class for states related to reading, writing and tests performed on buffers. More...
|
|
|
enum | CL_DrawBuffer {
cl_buffer_none,
cl_buffer_front_left,
cl_buffer_front_right,
cl_buffer_back_left,
cl_buffer_back_right,
cl_buffer_front,
cl_buffer_back,
cl_buffer_left,
cl_buffer_right,
cl_buffer_front_and_back
} |
| Drawing buffers. More...
|
|
enum | CL_LogicOp {
cl_logic_op_clear,
cl_logic_op_and,
cl_logic_op_and_reverse,
cl_logic_op_copy,
cl_logic_op_and_inverted,
cl_logic_op_noop,
cl_logic_op_xor,
cl_logic_op_or,
cl_logic_op_nor,
cl_logic_op_equiv,
cl_logic_op_invert,
cl_logic_op_or_reverse,
cl_logic_op_copy_inverted,
cl_logic_op_or_inverted,
cl_logic_op_nand,
cl_logic_op_set
} |
| Logic Op. More...
|
|
enum | CL_StencilOp {
cl_stencil_keep,
cl_stencil_zero,
cl_stencil_replace,
cl_stencil_incr,
cl_stencil_decr,
cl_stencil_invert,
cl_stencil_incr_wrap,
cl_stencil_decr_wrap
} |
| Stencil operations. More...
|
|