Blender
V3.3
|
#include <draw_manager.h>
Public Attributes | |
struct DRWCommandChunk * | next |
uint32_t | command_len |
uint32_t | command_used |
uint64_t | command_type [6] |
DRWCommand | commands [6] |
Definition at line 481 of file draw_manager.h.
uint32_t DRWCommandSmallChunk::command_len |
Definition at line 483 of file draw_manager.h.
Referenced by drw_command_create().
uint64_t DRWCommandSmallChunk::command_type[6] |
Definition at line 487 of file draw_manager.h.
Referenced by drw_command_create().
uint32_t DRWCommandSmallChunk::command_used |
Definition at line 484 of file draw_manager.h.
Referenced by drw_command_create().
DRWCommand DRWCommandSmallChunk::commands[6] |
Definition at line 488 of file draw_manager.h.
Referenced by drw_command_create().
struct DRWCommandChunk* DRWCommandSmallChunk::next |
Definition at line 482 of file draw_manager.h.