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:
authorGermano Cavalcante <mano-wii>2021-11-17 17:02:54 +0300
committerGermano Cavalcante <germano.costa@ig.com.br>2021-11-18 19:52:18 +0300
commit25fa6c74b977ac983a34b9adf5ab2f20fe2f4932 (patch)
tree15c3b0f937436348bd82752d43abd7440ed68b23 /source/blender/gpu/GPU_immediate_util.h
parent3531021d1b8fe271b210f6b28d5058b8894da64a (diff)
Revert "Revert "Transform: interactive mode for editing a 'Snap Source'""
This reverts commit 805181bffae647a24e939c651da72a08c5c2b7cb.
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 047c3d3da00..5b14b139662 100644
--- a/source/blender/gpu/GPU_immediate_util.h
+++ b/source/blender/gpu/GPU_immediate_util.h
@@ -93,6 +93,8 @@ void imm_draw_cylinder_fill_3d(
uint pos, float base, float top, float height, int slices, int stacks);
void imm_drawcircball(const float cent[3], float rad, const float tmat[4][4], uint pos);
+void imm_drawX(const float cent[3], float size, const float tmat[4][4], uint pos);
+
#ifdef __cplusplus
}
#endif