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:
authormano-wii <germano.costa@ig.com.br>2018-09-27 06:53:45 +0300
committermano-wii <germano.costa@ig.com.br>2018-09-27 06:53:45 +0300
commitda96336e5ffa146cc240d1e9fe3c3d98e41387d1 (patch)
tree2a88996d8bff7d01b05fd9d83f07598c21c2f79e /source/blender/gpu/GPU_element.h
parent1e647a570d9c42de915bc1204ff21ea5fa4e6b17 (diff)
Python GPU module: Wrap GPUIndexBuf
Differential Revision D3714
Diffstat (limited to 'source/blender/gpu/GPU_element.h')
-rw-r--r--source/blender/gpu/GPU_element.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/source/blender/gpu/GPU_element.h b/source/blender/gpu/GPU_element.h
index adc705ab641..9d2458ef1aa 100644
--- a/source/blender/gpu/GPU_element.h
+++ b/source/blender/gpu/GPU_element.h
@@ -89,6 +89,7 @@ void GPU_indexbuf_build_in_place(GPUIndexBufBuilder *, GPUIndexBuf *);
void GPU_indexbuf_discard(GPUIndexBuf *);
+int GPU_indexbuf_primitive_len(GPUPrimType prim_type);
/* Macros */