|
Blender V4.3
|
#include <draw_command.hh>
Public Attributes | |
| Type | type |
| uint | index |
The index of the group is implicit since it is known by the one who want to access it. This also allows to have an indexed object to split the command stream.
Definition at line 118 of file draw_command.hh.
| uint blender::draw::command::Header::index |
Command index in command heap of this type.
Definition at line 122 of file draw_command.hh.
| Type blender::draw::command::Header::type |
Command type.
Definition at line 120 of file draw_command.hh.