GL++
0.1
OpenGL API C++ Wrapper
|
This is the complete list of members for glpp::blend_unit, including all inherited members.
context class | glpp::blend_unit | friend |
disable() | glpp::blend_unit | |
enable() | glpp::blend_unit | |
get_const_color(GLfloat &r, GLfloat &g, GLfloat &b, GLfloat &a) | glpp::blend_unit | |
get_equation_alpha() | glpp::blend_unit | |
get_equation_rgb() | glpp::blend_unit | |
get_func_alpha(blend_factor &sfactor, blend_factor &dfactor) | glpp::blend_unit | |
get_func_rgb(blend_factor &sfactor, blend_factor &dfactor) | glpp::blend_unit | |
get_write_mask(bool &red, bool &green, bool &blue, bool &alpha) (defined in glpp::blend_unit) | glpp::blend_unit | |
is_enabled() | glpp::blend_unit | |
noncopyable() (defined in glpp::noncopyable) | glpp::noncopyable | inline |
noncopyable(noncopyable &) (defined in glpp::noncopyable) | glpp::noncopyable | |
operator=(noncopyable &) (defined in glpp::noncopyable) | glpp::noncopyable | |
set_buffer_equation(GLuint buffer_index, blend_equation mode) | glpp::blend_unit | |
set_buffer_func(GLuint buffer_index, blend_factor sfactor, blend_factor dfactor) | glpp::blend_unit | |
set_buffer_func_components(GLuint buffer_index, blend_factor srgb, blend_factor drgb, blend_factor salpha, blend_factor dalpha) | glpp::blend_unit | |
set_buffer_write_mask(GLuint buffer_index, bool red, bool green, bool blue, bool alpha) (defined in glpp::blend_unit) | glpp::blend_unit | |
set_const_color(GLfloat r, GLfloat g, GLfloat b, GLfloat a) | glpp::blend_unit | |
set_equation(blend_equation mode) | glpp::blend_unit | |
set_func(blend_factor sfactor, blend_factor dfactor) | glpp::blend_unit | |
set_func_components(blend_factor srgb, blend_factor drgb, blend_factor salpha, blend_factor dalpha) | glpp::blend_unit | |
set_write_mask(bool red, bool green, bool blue, bool alpha) | glpp::blend_unit | |
~noncopyable() (defined in glpp::noncopyable) | glpp::noncopyable | inline |