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:
authorClément Foucault <foucault.clem@gmail.com>2020-09-05 21:15:56 +0300
committerClément Foucault <foucault.clem@gmail.com>2020-09-06 23:13:06 +0300
commit84d67bd0a937e842618ee7843958f3147ba6af58 (patch)
treef5f26528e2fc44e5aca53e7ae8187a31a3f91f09 /source/blender/python
parent32d0918f3d0f020153f09981b3c6aa39ca5adbd0 (diff)
Cleanup: GPU: Rename GPU_element to GPU_index_buffer
Makes it follow the functions names.
Diffstat (limited to 'source/blender/python')
-rw-r--r--source/blender/python/gpu/gpu_py_element.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/python/gpu/gpu_py_element.c b/source/blender/python/gpu/gpu_py_element.c
index b9d87f57e9d..c863c9a586f 100644
--- a/source/blender/python/gpu/gpu_py_element.c
+++ b/source/blender/python/gpu/gpu_py_element.c
@@ -23,7 +23,7 @@
#include <Python.h>
-#include "GPU_element.h"
+#include "GPU_index_buffer.h"
#include "BLI_math.h"