|
Blender V5.0
|
#include <debug.h>
Public Member Functions | |
| Metal () | |
| void | reset () |
Public Attributes | |
| bool | adaptive_compile = false |
| bool | use_local_atomic_sort = true |
| bool | use_nanovdb = true |
| bool | use_async_pso_creation = true |
| bool | use_metalrt_pcmi = true |
| DebugFlags::Metal::Metal | ( | ) |
Definition at line 47 of file debug.cpp.
References DebugFlags::reset().
| void DebugFlags::Metal::reset | ( | ) |
Definition at line 66 of file debug.cpp.
References adaptive_compile, str, use_async_pso_creation, use_local_atomic_sort, use_metalrt_pcmi, and use_nanovdb.
| bool DebugFlags::Metal::adaptive_compile = false |
Definition at line 93 of file debug.h.
Referenced by CCL_NAMESPACE_BEGIN::debug_flags_sync_from_scene(), and reset().
| bool DebugFlags::Metal::use_async_pso_creation = true |
| bool DebugFlags::Metal::use_local_atomic_sort = true |
| bool DebugFlags::Metal::use_metalrt_pcmi = true |
| bool DebugFlags::Metal::use_nanovdb = true |