|
Blender V4.3
|
Public Attributes | |
| GPUSelectBuffer * | buffer |
| rcti | rect |
| uint | hits |
| eGPUSelectMode | mode |
Definition at line 19 of file gpu_select_next.cc.
| GPUSelectBuffer* GPUSelectNextState::buffer |
Result buffer set on initialization.
Definition at line 21 of file gpu_select_next.cc.
Referenced by gpu_select_next_begin(), and gpu_select_next_set_result().
| uint GPUSelectNextState::hits |
Number of hits. Set to -1 if it overflows buffer_len.
Definition at line 25 of file gpu_select_next.cc.
Referenced by gpu_select_next_end(), and gpu_select_next_set_result().
| eGPUSelectMode GPUSelectNextState::mode |
Mode of operation.
Definition at line 27 of file gpu_select_next.cc.
Referenced by gpu_select_next_begin(), gpu_select_next_get_mode(), and gpu_select_next_set_result().
| rcti GPUSelectNextState::rect |
Area of the viewport to render / select from.
Definition at line 23 of file gpu_select_next.cc.
Referenced by gpu_select_next_begin(), and gpu_select_next_get_pick_area_center().