|
Blender V5.0
|
#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 461 of file draw_command.hh.
| void blender::draw::command::ClearMulti::execute | ( | ) | const |
Definition at line 291 of file draw_command.cc.
References colors, fb(), GPU_framebuffer_active_get(), and GPU_framebuffer_multi_clear().
| std::string blender::draw::command::ClearMulti::serialize | ( | ) | const |
Definition at line 690 of file draw_command.cc.
References colors, and colors_len.
| const float4* blender::draw::command::ClearMulti::colors |
Definition at line 463 of file draw_command.hh.
Referenced by execute(), and serialize().
| int blender::draw::command::ClearMulti::colors_len |
Definition at line 464 of file draw_command.hh.
Referenced by serialize().