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:
authorCampbell Barton <ideasman42@gmail.com>2018-02-27 12:22:26 +0300
committerCampbell Barton <ideasman42@gmail.com>2018-02-27 12:24:02 +0300
commitefef0ee672d5a65c8cb4a37f2837a371def6daaa (patch)
treeaec294e98ee2b7d6be1d8d39a693334db41a9a93 /source/blender/gpu/GPU_select.h
parent24f759ba5a16305d57c285dbff080d8adb116ed1 (diff)
parent4de50d757233009ccd5db8538fd036a62ce58648 (diff)
Merge branch 'master' into blender2.8
Diffstat (limited to 'source/blender/gpu/GPU_select.h')
-rw-r--r--source/blender/gpu/GPU_select.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/source/blender/gpu/GPU_select.h b/source/blender/gpu/GPU_select.h
index 0617d58f3b6..f1342a1f6b8 100644
--- a/source/blender/gpu/GPU_select.h
+++ b/source/blender/gpu/GPU_select.h
@@ -47,6 +47,7 @@ enum {
void GPU_select_begin(unsigned int *buffer, unsigned int bufsize, const struct rcti *input, char mode, int oldhits);
bool GPU_select_load_id(unsigned int id);
+void GPU_select_finalize(void);
unsigned int GPU_select_end(void);
bool GPU_select_query_check_active(void);