ClanLib  2.3.7
CL_BufferControl Member List

This is the complete list of members for CL_BufferControl, including all inherited members.

CL_BufferControl()CL_BufferControl
enable_color_write(bool enabled)CL_BufferControl
enable_color_write(bool red, bool green, bool blue, bool alpha)CL_BufferControl
enable_depth_test(bool enabled)CL_BufferControl
enable_depth_write(bool enabled)CL_BufferControl
enable_logic_op(bool enabled)CL_BufferControl
enable_stencil_test(bool enabled)CL_BufferControl
get_depth_compare_function() const CL_BufferControl
get_draw_buffer() const CL_BufferControl
get_logic_op() const CL_BufferControl
get_stencil_compare_func_back() const CL_BufferControl
get_stencil_compare_func_front() const CL_BufferControl
get_stencil_compare_mask_back() const CL_BufferControl
get_stencil_compare_mask_front() const CL_BufferControl
get_stencil_compare_reference_back() const CL_BufferControl
get_stencil_compare_reference_front() const CL_BufferControl
get_stencil_fail_back() const CL_BufferControl
get_stencil_fail_front() const CL_BufferControl
get_stencil_pass_depth_fail_back() const CL_BufferControl
get_stencil_pass_depth_fail_front() const CL_BufferControl
get_stencil_pass_depth_pass_back() const CL_BufferControl
get_stencil_pass_depth_pass_front() const CL_BufferControl
get_stencil_write_mask_back() const CL_BufferControl
get_stencil_write_mask_front() const CL_BufferControl
is_color_write_enabled(bool &red, bool &green, bool &blue, bool &alpha) const CL_BufferControl
is_depth_test_enabled() const CL_BufferControl
is_depth_write_enabled() const CL_BufferControl
is_logic_op_enabled() const CL_BufferControl
is_stencil_test_enabled() const CL_BufferControl
set_depth_compare_function(CL_CompareFunction func)CL_BufferControl
set_draw_buffer(CL_DrawBuffer buffer)CL_BufferControl
set_logic_op(CL_LogicOp op)CL_BufferControl
set_stencil_compare_func(CL_CompareFunction front, CL_CompareFunction back)CL_BufferControl
set_stencil_compare_mask(int front_mask, int back_mask)CL_BufferControl
set_stencil_compare_reference(int front_ref, int back_ref)CL_BufferControl
set_stencil_fail(CL_StencilOp front, CL_StencilOp back)CL_BufferControl
set_stencil_pass_depth_fail(CL_StencilOp front, CL_StencilOp back)CL_BufferControl
set_stencil_pass_depth_pass(CL_StencilOp front, CL_StencilOp back)CL_BufferControl
set_stencil_write_mask(unsigned char front_facing_mask, unsigned char back_facing_mask)CL_BufferControl
~CL_BufferControl()CL_BufferControlvirtual