|
Blender V4.3
|
#include <draw_manager_c.hh>
Public Attributes | |
| blender::gpu::Batch * | batch |
| DRWResourceHandle | handle |
| uint | inst_first |
| uint | inst_count |
Definition at line 241 of file draw_manager_c.hh.
| blender::gpu::Batch* DRWCommandDrawInstanceRange::batch |
Definition at line 242 of file draw_manager_c.hh.
Referenced by draw_shgroup(), and drw_command_draw_intance_range().
| DRWResourceHandle DRWCommandDrawInstanceRange::handle |
Definition at line 243 of file draw_manager_c.hh.
Referenced by draw_shgroup(), and drw_command_draw_intance_range().
| uint DRWCommandDrawInstanceRange::inst_count |
Definition at line 245 of file draw_manager_c.hh.
Referenced by draw_shgroup(), and drw_command_draw_intance_range().
| uint DRWCommandDrawInstanceRange::inst_first |
Definition at line 244 of file draw_manager_c.hh.
Referenced by draw_shgroup(), and drw_command_draw_intance_range().