From 84d67bd0a937e842618ee7843958f3147ba6af58 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cl=C3=A9ment=20Foucault?= Date: Sat, 5 Sep 2020 20:15:56 +0200 Subject: Cleanup: GPU: Rename GPU_element to GPU_index_buffer Makes it follow the functions names. --- source/blender/gpu/GPU_batch.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source/blender/gpu/GPU_batch.h') diff --git a/source/blender/gpu/GPU_batch.h b/source/blender/gpu/GPU_batch.h index f26f706d058..23a004c3ef6 100644 --- a/source/blender/gpu/GPU_batch.h +++ b/source/blender/gpu/GPU_batch.h @@ -28,7 +28,7 @@ #include "BLI_utildefines.h" -#include "GPU_element.h" +#include "GPU_index_buffer.h" #include "GPU_shader.h" #include "GPU_vertex_buffer.h" -- cgit v1.2.3