Changeset View
Changeset View
Standalone View
Standalone View
source/creator/creator_args.c
| Show First 20 Lines • Show All 2,186 Lines • ▼ Show 20 Lines | BLI_argsAdd(ba, | ||||
| 1, | 1, | ||||
| NULL, | NULL, | ||||
| "--debug-depsgraph-pretty", | "--debug-depsgraph-pretty", | ||||
| CB_EX(arg_handle_debug_mode_generic_set, depsgraph_pretty), | CB_EX(arg_handle_debug_mode_generic_set, depsgraph_pretty), | ||||
| (void *)G_DEBUG_DEPSGRAPH_PRETTY); | (void *)G_DEBUG_DEPSGRAPH_PRETTY); | ||||
| BLI_argsAdd(ba, | BLI_argsAdd(ba, | ||||
| 1, | 1, | ||||
| NULL, | NULL, | ||||
| "--debug-depsgraph-uuid", | |||||
| CB_EX(arg_handle_debug_mode_generic_set, depsgraph_build), | |||||
| (void *)G_DEBUG_DEPSGRAPH_UUID); | |||||
| BLI_argsAdd(ba, | |||||
| 1, | |||||
| NULL, | |||||
| "--debug-gpumem", | "--debug-gpumem", | ||||
| CB_EX(arg_handle_debug_mode_generic_set, gpumem), | CB_EX(arg_handle_debug_mode_generic_set, gpumem), | ||||
| (void *)G_DEBUG_GPU_MEM); | (void *)G_DEBUG_GPU_MEM); | ||||
| BLI_argsAdd(ba, | BLI_argsAdd(ba, | ||||
| 1, | 1, | ||||
| NULL, | NULL, | ||||
| "--debug-gpu-shaders", | "--debug-gpu-shaders", | ||||
| CB_EX(arg_handle_debug_mode_generic_set, gpumem), | CB_EX(arg_handle_debug_mode_generic_set, gpumem), | ||||
| ▲ Show 20 Lines • Show All 75 Lines • Show Last 20 Lines | |||||