|
Blender V4.5
|
Classes | |
| struct | [struct].gpu |
| struct | [struct].src |
| struct | [struct].dst |
| struct | [struct].cache |
| union | [union].__unnamed0__ |
Public Attributes | |
| GPUSelectBuffer * | buffer |
| eGPUSelectMode | mode |
| struct | gpu |
| struct | src |
| struct | dst |
| bool | use_cache |
| bool | is_cached |
| struct | cache |
| union | |
| int | viewport [4] |
| int | scissor [4] |
| eGPUWriteMask | write_mask |
| eGPUDepthTest | depth_test |
Depth sorting.
Definition at line 228 of file gpu_select_pick.cc.
| GPUSelectBuffer* GPUPickState::buffer |
Cache on initialization.
Definition at line 230 of file gpu_select_pick.cc.
Referenced by gpu_select_pick_begin(), and gpu_select_pick_end().
| struct GPUPickState::[struct].cache GPUPickState::cache |
| eGPUDepthTest GPUPickState::depth_test |
Definition at line 291 of file gpu_select_pick.cc.
Referenced by gpu_select_pick_begin(), and gpu_select_pick_end().
| struct GPUPickState::[struct].dst GPUPickState::dst |
| struct GPUPickState::[struct].gpu GPUPickState::gpu |
Referenced by gpu_select_pick_begin(), gpu_select_pick_end(), and gpu_select_pick_load_id().
| bool GPUPickState::is_cached |
Definition at line 260 of file gpu_select_pick.cc.
Referenced by gpu_select_load_id_pass_all(), gpu_select_load_id_pass_nearest(), gpu_select_pick_begin(), gpu_select_pick_cache_begin(), gpu_select_pick_cache_end(), gpu_select_pick_cache_load_id(), gpu_select_pick_end(), and gpu_select_pick_is_cached().
| eGPUSelectMode GPUPickState::mode |
Mode of this operation.
Definition at line 232 of file gpu_select_pick.cc.
Referenced by gpu_select_pick_begin(), gpu_select_pick_cache_load_id(), gpu_select_pick_end(), and gpu_select_pick_load_id().
| int GPUPickState::scissor[4] |
Definition at line 289 of file gpu_select_pick.cc.
Referenced by gpu_select_pick_begin().
| struct GPUPickState::[struct].src GPUPickState::src |
| bool GPUPickState::use_cache |
Store cache between GPU_select_cache_begin/end
Definition at line 259 of file gpu_select_pick.cc.
Referenced by gpu_select_pick_begin(), gpu_select_pick_cache_begin(), gpu_select_pick_cache_end(), gpu_select_pick_end(), and gpu_select_pick_load_id().
| int GPUPickState::viewport[4] |
Previous state to restore after drawing.
Definition at line 288 of file gpu_select_pick.cc.
Referenced by gpu_select_pick_end().
| eGPUWriteMask GPUPickState::write_mask |
Definition at line 290 of file gpu_select_pick.cc.
Referenced by gpu_select_pick_begin(), and gpu_select_pick_end().