From 13b0a697a07e84abe5a62168ba75f38d325d3f22 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cl=C3=A9ment=20Foucault?= Date: Mon, 31 Aug 2020 18:42:14 +0200 Subject: Cleanup: GPU: Remove GPU_draw_primitive and default_vao_ These are not used anymore and can be replicated using the GPUBatch API. --- source/blender/gpu/intern/gpu_context_private.hh | 2 -- 1 file changed, 2 deletions(-) (limited to 'source/blender/gpu/intern/gpu_context_private.hh') diff --git a/source/blender/gpu/intern/gpu_context_private.hh b/source/blender/gpu/intern/gpu_context_private.hh index b32406bfc44..b72eee13105 100644 --- a/source/blender/gpu/intern/gpu_context_private.hh +++ b/source/blender/gpu/intern/gpu_context_private.hh @@ -82,8 +82,6 @@ struct GPUContext { MEM_CXX_CLASS_ALLOC_FUNCS("GPUContext") }; -GLuint GPU_vao_default(void); - /* These require a gl ctx bound. */ GLuint GPU_buf_alloc(void); GLuint GPU_tex_alloc(void); -- cgit v1.2.3