|
Blender V4.3
|
#include <draw_command.hh>
Public Member Functions | |
Commands Execution | |
| void | execute () const |
Commands Serialization for debugging | |
| std::string | serialize () const |
Public Attributes | |
| const float4 * | colors |
| int | colors_len |
Definition at line 459 of file draw_command.hh.
| void blender::draw::command::ClearMulti::execute | ( | ) | const |
Definition at line 276 of file draw_command.cc.
References fb(), GPU_framebuffer_active_get(), and GPU_framebuffer_multi_clear().
| std::string blender::draw::command::ClearMulti::serialize | ( | ) | const |
Definition at line 660 of file draw_command.cc.
References colors_len.
| const float4* blender::draw::command::ClearMulti::colors |
Definition at line 461 of file draw_command.hh.
| int blender::draw::command::ClearMulti::colors_len |
Definition at line 462 of file draw_command.hh.
Referenced by serialize().