|
Blender V4.3
|
#include <draw_command.hh>
Public Member Functions | |
Commands Execution | |
| void | execute (RecordingState &state) const |
Commands Serialization for debugging | |
| std::string | serialize () const |
Public Attributes | |
| GPUStorageBuf ** | indirect_buf |
Definition at line 435 of file draw_command.hh.
| void blender::draw::command::DispatchIndirect::execute | ( | RecordingState & | state | ) | const |
Definition at line 260 of file draw_command.cc.
References GPU_compute_dispatch_indirect(), indirect_buf, and state.
| std::string blender::draw::command::DispatchIndirect::serialize | ( | ) | const |
Definition at line 628 of file draw_command.cc.
| GPUStorageBuf** blender::draw::command::DispatchIndirect::indirect_buf |
Definition at line 436 of file draw_command.hh.
Referenced by execute().