|
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 [96] |
Definition at line 508 of file draw_manager_c.hh.
| uint32_t DRWCommandChunk::command_len |
Definition at line 510 of file draw_manager_c.hh.
Referenced by draw_command_iter_step(), and drw_command_create().
| uint64_t DRWCommandChunk::command_type[6] |
Definition at line 513 of file draw_manager_c.hh.
Referenced by draw_command_iter_step(), drw_command_create(), DRW_pass_sort_shgroup_z(), drw_resource_buffer_finish(), and DRW_shgroup_is_empty().
| uint32_t DRWCommandChunk::command_used |
Definition at line 511 of file draw_manager_c.hh.
Referenced by draw_command_iter_step(), drw_command_create(), DRW_pass_sort_shgroup_z(), drw_resource_buffer_finish(), and DRW_shgroup_is_empty().
| DRWCommand DRWCommandChunk::commands[96] |
Definition at line 515 of file draw_manager_c.hh.
Referenced by draw_command_iter_step(), drw_command_create(), DRW_pass_sort_shgroup_z(), and drw_resource_buffer_finish().
| DRWCommandChunk* DRWCommandChunk::next |
Definition at line 509 of file draw_manager_c.hh.
Referenced by draw_command_iter_step(), DRW_pass_sort_shgroup_z(), and DRW_shgroup_is_empty().