|
Blender
V3.3
|
Public Attributes | |
| bool | select_is_active |
| eGPUSelectMode | mode |
| eGPUSelectAlgo | algorithm |
| bool | use_cache |
| bool | use_cache_needs_init |
Definition at line 35 of file gpu_select.c.
| eGPUSelectAlgo GPUSelectState::algorithm |
Definition at line 41 of file gpu_select.c.
Referenced by GPU_select_begin(), GPU_select_cache_end(), GPU_select_cache_load_id(), GPU_select_end(), and GPU_select_load_id().
| eGPUSelectMode GPUSelectState::mode |
Definition at line 39 of file gpu_select.c.
Referenced by GPU_select_begin().
| bool GPUSelectState::select_is_active |
Definition at line 37 of file gpu_select.c.
Referenced by GPU_select_begin(), GPU_select_cache_begin(), GPU_select_end(), and GPU_select_load_id().
| bool GPUSelectState::use_cache |
Definition at line 43 of file gpu_select.c.
Referenced by GPU_select_begin(), 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 52 of file gpu_select.c.
Referenced by GPU_select_begin(), GPU_select_cache_begin(), and GPU_select_cache_end().