Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'source/blender/draw/intern/draw_cache.c')
-rw-r--r--source/blender/draw/intern/draw_cache.c18
1 files changed, 0 insertions, 18 deletions
diff --git a/source/blender/draw/intern/draw_cache.c b/source/blender/draw/intern/draw_cache.c
index 500aadd2024..d4afed4a1a0 100644
--- a/source/blender/draw/intern/draw_cache.c
+++ b/source/blender/draw/intern/draw_cache.c
@@ -145,7 +145,6 @@ void DRW_shape_cache_reset(void)
}
/* -------------------------------------------------------------------- */
-
/** \name Helper functions
* \{ */
@@ -386,7 +385,6 @@ GPUBatch *DRW_cache_sphere_get(void)
/** \} */
/* -------------------------------------------------------------------- */
-
/** \name Common
* \{ */
@@ -667,7 +665,6 @@ GPUBatch *DRW_cache_gpencil_axes_get(void)
/* -------------------------------------------------------------------- */
-
/** \name Common Object API
* \{ */
@@ -781,7 +778,6 @@ GPUBatch **DRW_cache_object_surface_material_get(
/* -------------------------------------------------------------------- */
-
/** \name Empties
* \{ */
@@ -1306,7 +1302,6 @@ GPUBatch *DRW_cache_field_cone_limit_get(void)
/** \} */
/* -------------------------------------------------------------------- */
-
/** \name Lamps
* \{ */
@@ -1724,7 +1719,6 @@ GPUBatch *DRW_cache_lamp_spot_square_volume_get(void)
/** \} */
/* -------------------------------------------------------------------- */
-
/** \name Speaker
* \{ */
@@ -1788,7 +1782,6 @@ GPUBatch *DRW_cache_speaker_get(void)
/** \} */
/* -------------------------------------------------------------------- */
-
/** \name Probe
* \{ */
@@ -1929,7 +1922,6 @@ GPUBatch *DRW_cache_lightprobe_planar_get(void)
/** \} */
/* -------------------------------------------------------------------- */
-
/** \name Armature Bones
* \{ */
@@ -2822,7 +2814,6 @@ GPUBatch *DRW_cache_bone_dof_lines_get(void)
/** \} */
/* -------------------------------------------------------------------- */
-
/** \name Camera
* \{ */
@@ -2968,7 +2959,6 @@ GPUBatch *DRW_cache_camera_tria_get(void)
/** \} */
/* -------------------------------------------------------------------- */
-
/** \name Object Mode Helpers
* \{ */
@@ -2998,7 +2988,6 @@ GPUBatch *DRW_cache_single_vert_get(void)
/** \} */
/* -------------------------------------------------------------------- */
-
/** \name Meshes
* \{ */
@@ -3091,7 +3080,6 @@ void DRW_cache_mesh_sculpt_coords_ensure(Object *ob)
/** \} */
/* -------------------------------------------------------------------- */
-
/** \name Curve
* \{ */
@@ -3190,7 +3178,6 @@ GPUBatch **DRW_cache_curve_surface_shaded_get(
/** \} */
/* -------------------------------------------------------------------- */
-
/** \name MetaBall
* \{ */
@@ -3217,7 +3204,6 @@ GPUBatch **DRW_cache_mball_surface_shaded_get(
/** \} */
/* -------------------------------------------------------------------- */
-
/** \name Font
* \{ */
@@ -3298,7 +3284,6 @@ GPUBatch **DRW_cache_text_surface_shaded_get(
/** \} */
/* -------------------------------------------------------------------- */
-
/** \name Surface
* \{ */
@@ -3373,7 +3358,6 @@ GPUBatch **DRW_cache_surf_surface_shaded_get(
/** \} */
/* -------------------------------------------------------------------- */
-
/** \name Lattice
* \{ */
@@ -3410,7 +3394,6 @@ GPUBatch *DRW_cache_lattice_vert_overlay_get(Object *ob)
/** \} */
/* -------------------------------------------------------------------- */
-
/** \name Particles
* \{ */
@@ -3678,7 +3661,6 @@ GPUBatch *DRW_cache_cursor_get(bool crosshair_lines)
/** \} */
/* -------------------------------------------------------------------- */
-
/** \name Batch Cache Impl. common
* \{ */