Changeset View
Changeset View
Standalone View
Standalone View
source/blender/draw/intern/draw_manager_exec.c
| Show All 23 Lines | |||||
| #include "BLI_math.h" | #include "BLI_math.h" | ||||
| #include "BLI_math_bits.h" | #include "BLI_math_bits.h" | ||||
| #include "BLI_memblock.h" | #include "BLI_memblock.h" | ||||
| #include "BKE_global.h" | #include "BKE_global.h" | ||||
| #include "GPU_extensions.h" | #include "GPU_extensions.h" | ||||
| #include "GPU_platform.h" | |||||
| #include "intern/gpu_shader_private.h" | #include "intern/gpu_shader_private.h" | ||||
| #include "intern/gpu_primitive_private.h" | #include "intern/gpu_primitive_private.h" | ||||
| #ifdef USE_GPU_SELECT | #ifdef USE_GPU_SELECT | ||||
| # include "GPU_select.h" | # include "GPU_select.h" | ||||
| #endif | #endif | ||||
| void DRW_select_load_id(uint id) | void DRW_select_load_id(uint id) | ||||
| ▲ Show 20 Lines • Show All 1,399 Lines • Show Last 20 Lines | |||||