From 4de50d757233009ccd5db8538fd036a62ce58648 Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Tue, 27 Feb 2018 20:16:53 +1100 Subject: GPU_select: utility function to finalize selection Needed for depth picking in 2.8 --- source/blender/gpu/GPU_select.h | 1 + 1 file changed, 1 insertion(+) (limited to 'source/blender/gpu/GPU_select.h') diff --git a/source/blender/gpu/GPU_select.h b/source/blender/gpu/GPU_select.h index cf5b8bf7d8f..53f480bccd7 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); -- cgit v1.2.3