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-09-11 06:17:30 +0300
committerCampbell Barton <ideasman42@gmail.com>2018-09-11 06:21:47 +0300
commit58a8277098b5c8cf43985d7955ad5e5c6f7894ae (patch)
treedeae71172906a3df309c2aa512d938bfe0f04bd4 /source/blender/gpu/GPU_batch_presets.h
parent0b597bf7b96ac7c613f80c11165f869e036d55ef (diff)
GPU: utility function to unregister presets
Diffstat (limited to 'source/blender/gpu/GPU_batch_presets.h')
-rw-r--r--source/blender/gpu/GPU_batch_presets.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/source/blender/gpu/GPU_batch_presets.h b/source/blender/gpu/GPU_batch_presets.h
index 6b010396a9b..d5cabf8bf90 100644
--- a/source/blender/gpu/GPU_batch_presets.h
+++ b/source/blender/gpu/GPU_batch_presets.h
@@ -49,6 +49,7 @@ struct GPUBatch *GPU_batch_preset_sphere_wire(int lod) ATTR_WARN_UNUSED_RESULT;
void gpu_batch_presets_init(void);
void gpu_batch_presets_register(struct GPUBatch *preset_batch);
+bool gpu_batch_presets_unregister(struct GPUBatch *preset_batch);
void gpu_batch_presets_reset(void);
void gpu_batch_presets_exit(void);