|
Blender V4.3
|
Public Attributes | |
| bool | select_is_active |
| eGPUSelectMode | mode |
| eGPUSelectAlgo | algorithm |
| bool | use_cache |
| bool | use_cache_needs_init |
Definition at line 44 of file gpu_select.cc.
| eGPUSelectAlgo GPUSelectState::algorithm |
Definition at line 50 of file gpu_select.cc.
Referenced by gpu_select_begin_ex(), GPU_select_cache_end(), GPU_select_cache_load_id(), GPU_select_end(), and GPU_select_load_id().
| eGPUSelectMode GPUSelectState::mode |
Definition at line 48 of file gpu_select.cc.
Referenced by gpu_select_begin_ex().
| bool GPUSelectState::select_is_active |
Definition at line 46 of file gpu_select.cc.
Referenced by gpu_select_begin_ex(), GPU_select_cache_begin(), GPU_select_end(), and GPU_select_load_id().
| bool GPUSelectState::use_cache |
Definition at line 52 of file gpu_select.cc.
Referenced by gpu_select_begin_ex(), GPU_select_cache_end(), GPU_select_cache_load_id(), and GPU_select_is_cached().
| bool GPUSelectState::use_cache_needs_init |
Signifies that GPU_select_cache_begin has been called, future calls to GPU_select_begin should initialize the cache.
mode to pass to GPU_select_begin yet isn't known. Definition at line 61 of file gpu_select.cc.
Referenced by gpu_select_begin_ex(), GPU_select_cache_begin(), and GPU_select_cache_end().