From 90aa02290ac87a08cef948efb3ee67335276468a Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Wed, 16 Aug 2017 20:31:32 +1000 Subject: Cleanup: rename GPU gawain functions Were using Batch_ prefix still --- source/blender/gpu/GPU_batch.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (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 966690c19b2..27d1d1f902e 100644 --- a/source/blender/gpu/GPU_batch.h +++ b/source/blender/gpu/GPU_batch.h @@ -39,11 +39,11 @@ #include "GPU_shader.h" /* Extend GWN_batch_program_set to use Blender’s library of built-in shader programs. */ -void Batch_set_builtin_program(Gwn_Batch*, GPUBuiltinShader); +void GWN_batch_program_set_builtin(Gwn_Batch*, GPUBuiltinShader); /* Replacement for gluSphere */ -Gwn_Batch *Batch_get_sphere(int lod); -Gwn_Batch *Batch_get_sphere_wire(int lod); +Gwn_Batch *GPU_batch_preset_sphere(int lod); +Gwn_Batch *GPU_batch_preset_sphere_wire(int lod); void gpu_batch_init(void); void gpu_batch_exit(void); -- cgit v1.2.3