|
Blender V5.0
|
#include <draw_command.hh>
Public Member Functions | |
Commands Execution | |
| void | execute (RecordingState &state) const |
Commands Serialization for debugging | |
| std::string | serialize () const |
Public Attributes | |
| gpu::StorageBuf ** | indirect_buf |
Definition at line 437 of file draw_command.hh.
| void blender::draw::command::DispatchIndirect::execute | ( | RecordingState & | state | ) | const |
Definition at line 275 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 658 of file draw_command.cc.
| gpu::StorageBuf** blender::draw::command::DispatchIndirect::indirect_buf |
Definition at line 438 of file draw_command.hh.
Referenced by execute().