|
Blender V5.0
|
#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 130 of file draw_command.hh.
| uint blender::draw::command::Header::index |
Command index in command heap of this type.
Definition at line 134 of file draw_command.hh.
| Type blender::draw::command::Header::type |
Command type.
Definition at line 132 of file draw_command.hh.