|
Blender V4.3
|
Public Attributes | |
| blender::gpu::Batch * | batch |
| int | resource_chunk |
| int | resource_id |
| int | base_inst |
| int | inst_count |
| bool | neg_scale |
| int | obmats_loc |
| int | obinfos_loc |
| int | obattrs_loc |
| int | vlattrs_loc |
| int | baseinst_loc |
| int | chunkid_loc |
| int | resourceid_loc |
| int | obmat_loc |
| int | obinv_loc |
| DRWSparseUniformBuf * | obattrs_ubo |
| blender::gpu::VertBuf * | select_buf |
| uint | select_id |
| DRWState | drw_state_enabled |
| DRWState | drw_state_disabled |
Definition at line 36 of file draw_manager_exec.cc.
| int DRWCommandsState::base_inst |
Definition at line 40 of file draw_manager_exec.cc.
| int DRWCommandsState::baseinst_loc |
Definition at line 48 of file draw_manager_exec.cc.
| blender::gpu::Batch* DRWCommandsState::batch |
Definition at line 37 of file draw_manager_exec.cc.
| int DRWCommandsState::chunkid_loc |
Definition at line 49 of file draw_manager_exec.cc.
| DRWState DRWCommandsState::drw_state_disabled |
Definition at line 61 of file draw_manager_exec.cc.
| DRWState DRWCommandsState::drw_state_enabled |
Definition at line 60 of file draw_manager_exec.cc.
| int DRWCommandsState::inst_count |
Definition at line 41 of file draw_manager_exec.cc.
| bool DRWCommandsState::neg_scale |
Definition at line 42 of file draw_manager_exec.cc.
| int DRWCommandsState::obattrs_loc |
Definition at line 46 of file draw_manager_exec.cc.
| DRWSparseUniformBuf* DRWCommandsState::obattrs_ubo |
Definition at line 55 of file draw_manager_exec.cc.
| int DRWCommandsState::obinfos_loc |
Definition at line 45 of file draw_manager_exec.cc.
| int DRWCommandsState::obinv_loc |
Definition at line 53 of file draw_manager_exec.cc.
| int DRWCommandsState::obmat_loc |
Definition at line 52 of file draw_manager_exec.cc.
| int DRWCommandsState::obmats_loc |
Definition at line 44 of file draw_manager_exec.cc.
Referenced by draw_shgroup().
| int DRWCommandsState::resource_chunk |
Definition at line 38 of file draw_manager_exec.cc.
| int DRWCommandsState::resource_id |
Definition at line 39 of file draw_manager_exec.cc.
| int DRWCommandsState::resourceid_loc |
Definition at line 50 of file draw_manager_exec.cc.
| blender::gpu::VertBuf* DRWCommandsState::select_buf |
Definition at line 57 of file draw_manager_exec.cc.
| uint DRWCommandsState::select_id |
Definition at line 58 of file draw_manager_exec.cc.
| int DRWCommandsState::vlattrs_loc |
Definition at line 47 of file draw_manager_exec.cc.