|
Blender V5.0
|
#include <draw_command_shared.hh>
Public Attributes | |
| uint | group_id |
| uint | res_index |
| 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 90 of file draw_command_shared.hh.
| uint blender::draw::command::DrawPrototype::custom_id |
Definition at line 96 of file draw_command_shared.hh.
| uint blender::draw::command::DrawPrototype::group_id |
Definition at line 92 of file draw_command_shared.hh.
| uint blender::draw::command::DrawPrototype::instance_len |
Definition at line 98 of file draw_command_shared.hh.
| uint blender::draw::command::DrawPrototype::res_index |
Definition at line 94 of file draw_command_shared.hh.