|
Blender V4.3
|
#include <draw_manager_c.hh>
Public Attributes | |
| DRWCommandChunk * | next |
| uint32_t | command_len |
| uint32_t | command_used |
| uint64_t | command_type [6] |
| DRWCommand | commands [6] |
Definition at line 519 of file draw_manager_c.hh.
| uint32_t DRWCommandSmallChunk::command_len |
Definition at line 521 of file draw_manager_c.hh.
Referenced by drw_command_create().
| uint64_t DRWCommandSmallChunk::command_type[6] |
Definition at line 525 of file draw_manager_c.hh.
Referenced by drw_command_create().
| uint32_t DRWCommandSmallChunk::command_used |
Definition at line 522 of file draw_manager_c.hh.
Referenced by drw_command_create().
| DRWCommand DRWCommandSmallChunk::commands[6] |
Definition at line 526 of file draw_manager_c.hh.
Referenced by drw_command_create().
| DRWCommandChunk* DRWCommandSmallChunk::next |
Definition at line 520 of file draw_manager_c.hh.