Changeset View
Changeset View
Standalone View
Standalone View
source/blender/draw/intern/draw_manager.h
| Show All 39 Lines | |||||
| #include "draw_instance_data.h" | #include "draw_instance_data.h" | ||||
| /* Use draw manager to call GPU_select, see: DRW_draw_select_loop */ | /* Use draw manager to call GPU_select, see: DRW_draw_select_loop */ | ||||
| #define USE_GPU_SELECT | #define USE_GPU_SELECT | ||||
| #define DRW_DEBUG_USE_UNIFORM_NAME 0 | #define DRW_DEBUG_USE_UNIFORM_NAME 0 | ||||
| #define DRW_UNIFORM_BUFFER_NAME 64 | #define DRW_UNIFORM_BUFFER_NAME 64 | ||||
| #define DRW_UNIFORM_BUFFER_NAME_INC 1024 | |||||
| /* ------------ Profiling --------------- */ | /* ------------ Profiling --------------- */ | ||||
| #define USE_PROFILE | #define USE_PROFILE | ||||
| #ifdef USE_PROFILE | #ifdef USE_PROFILE | ||||
| # include "PIL_time.h" | # include "PIL_time.h" | ||||
| ▲ Show 20 Lines • Show All 330 Lines • Show Last 20 Lines | |||||