Changeset View
Changeset View
Standalone View
Standalone View
source/blender/gpu/intern/gpu_select_private.h
| Context not available. | |||||
| /* gpu_select_pick */ | /* gpu_select_pick */ | ||||
| void gpu_select_pick_begin(uint (*buffer)[4], uint bufsize, const rcti *input, char mode); | void gpu_select_pick_begin(uint (*buffer)[4], uint bufsize, const rcti *input, char mode); | ||||
| bool gpu_select_pick_load_id(uint id); | bool gpu_select_pick_load_id(uint id, bool end); | ||||
| uint gpu_select_pick_end(void); | uint gpu_select_pick_end(void); | ||||
| void gpu_select_pick_cache_begin(void); | void gpu_select_pick_cache_begin(void); | ||||
| Context not available. | |||||