Cleanup: GPU: Rename GPU_element to GPU_index_buffer

Makes it follow the functions names.
This commit is contained in:
2020-09-05 20:15:56 +02:00
parent 32d0918f3d
commit 84d67bd0a9
5 changed files with 6 additions and 6 deletions

View File

@@ -23,7 +23,7 @@
#include <Python.h>
#include "GPU_element.h"
#include "GPU_index_buffer.h"
#include "BLI_math.h"