From f69c7a7ff99374574e37021117c6247e002d60d9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cl=C3=A9ment=20Foucault?= Date: Sat, 29 Aug 2020 01:29:44 +0200 Subject: Cleanup: GPUContext: Remove default_framebuffer_ This is now handled by FrameBuffer wrapping. --- source/blender/gpu/intern/gpu_context_private.hh | 1 - 1 file changed, 1 deletion(-) (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 664f4e2f676..0374df9bbc5 100644 --- a/source/blender/gpu/intern/gpu_context_private.hh +++ b/source/blender/gpu/intern/gpu_context_private.hh @@ -79,7 +79,6 @@ struct GPUContext { }; GLuint GPU_vao_default(void); -GLuint GPU_framebuffer_default(void); /* These require a gl ctx bound. */ GLuint GPU_buf_alloc(void); -- cgit v1.2.3