|
Blender V4.3
|
#include <BLI_task_size_hints.hh>
Inherits blender::threading::TaskSizeHints.
Public Member Functions | |
| TaskSizeHints_Static (const int64_t size) | |
Public Attributes | |
| int64_t | size |
Public Attributes inherited from blender::threading::TaskSizeHints | |
| Type | type |
Additional Inherited Members | |
Public Types inherited from blender::threading::TaskSizeHints | |
| enum class | Type { Static , IndividualLookup , AccumulatedLookup } |
Protected Member Functions inherited from blender::threading::TaskSizeHints | |
| TaskSizeHints (const Type type) | |
Definition at line 47 of file BLI_task_size_hints.hh.
|
inline |
Definition at line 51 of file BLI_task_size_hints.hh.
| int64_t blender::threading::detail::TaskSizeHints_Static::size |
Definition at line 49 of file BLI_task_size_hints.hh.
Referenced by blender::threading::use_single_thread().