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:
authorBastien Montagne <montagne29@wanadoo.fr>2017-04-26 13:11:40 +0300
committerBastien Montagne <montagne29@wanadoo.fr>2017-04-26 13:11:40 +0300
commit88a7d3438dc61674e4fd95698a7feffd3c9c05bb (patch)
treee7dabe78feed128b7b91b90a48a69f841a1e78be /source/blender/gpu/GPU_immediate_util.h
parent621b8bdf86412786e561a5e25fb7583ed61e2b0d (diff)
Move imm_draw_line_box_dashed to GPU_immediate_util.
Diffstat (limited to 'source/blender/gpu/GPU_immediate_util.h')
-rw-r--r--source/blender/gpu/GPU_immediate_util.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/source/blender/gpu/GPU_immediate_util.h b/source/blender/gpu/GPU_immediate_util.h
index 730b31ed277..3131dda2a48 100644
--- a/source/blender/gpu/GPU_immediate_util.h
+++ b/source/blender/gpu/GPU_immediate_util.h
@@ -44,6 +44,8 @@ void imm_draw_line_box(unsigned pos, float x1, float y1, float x2, float y2);
void imm_draw_line_box_3d(unsigned pos, float x1, float y1, float x2, float y2);
+void imm_draw_line_box_dashed(uint pos, uint line_origin, float x1, float y1, float x2, float y2);
+
void imm_draw_checker_box(float x1, float y1, float x2, float y2);
void imm_draw_cylinder_fill_normal_3d(