Struct ufbx.ufbx_thread_opts
Thread pool options.
Inherited Members
Namespace: ufbxWrapper
Assembly: ufbxWrapper.dll
Syntax
public struct ufbx.ufbx_thread_opts
Fields
memory_limit
Maximum amount of memory to use for batched threaded processing. Default: 32MB NOTE: The actual used memory usage might be higher, if there are individual tasks that rqeuire a high amount of memory.
Declaration
public ulong memory_limit
Field Value
Type | Description |
---|---|
ulong |
num_tasks
Maximum of tasks to have in-flight. Default: 2048
Declaration
public ulong num_tasks
Field Value
Type | Description |
---|---|
ulong |
pool
Thread pool interface.
HINT: You can use extra/ufbx_os.h
to provide a thread pool.
Declaration
public ufbx.ufbx_thread_pool pool
Field Value
Type | Description |
---|---|
ufbx.ufbx_thread_pool |