|
Blender V4.3
|
#include <draw_command_shared.hh>
Public Attributes | |
| uint | group_id |
| uint | resource_handle |
| uint | custom_id |
| uint | instance_len |
Representation of a future draw call inside a DrawGroup. This DrawPrototype is then converted into DrawCommand on GPU after visibility and compaction. Multiple DrawPrototype might get merged into the same final DrawCommand.
Definition at line 94 of file draw_command_shared.hh.
| uint blender::draw::command::DrawPrototype::custom_id |
Definition at line 100 of file draw_command_shared.hh.
Referenced by blender::draw::command::DrawMultiBuf::append_draw().
| uint blender::draw::command::DrawPrototype::group_id |
Definition at line 96 of file draw_command_shared.hh.
Referenced by blender::draw::command::DrawMultiBuf::append_draw().
| uint blender::draw::command::DrawPrototype::instance_len |
Definition at line 102 of file draw_command_shared.hh.
Referenced by blender::draw::command::DrawMultiBuf::append_draw().
| uint blender::draw::command::DrawPrototype::resource_handle |
Definition at line 98 of file draw_command_shared.hh.
Referenced by blender::draw::command::DrawMultiBuf::append_draw().