From 4ea93029c65fd4cdb8b707494855120c0f792952 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cl=C3=A9ment=20Foucault?= Date: Sun, 6 Sep 2020 02:46:51 +0200 Subject: GPUIndexBuf: GL backend Isolation This is part of the Vulkan backend task T68990. There is no real change, only making some code re-organisation. This also make the IndexBuf completely abstract from outside the GPU module. --- source/blender/gpu/CMakeLists.txt | 3 +++ 1 file changed, 3 insertions(+) (limited to 'source/blender/gpu/CMakeLists.txt') diff --git a/source/blender/gpu/CMakeLists.txt b/source/blender/gpu/CMakeLists.txt index c8a827a993d..3bb188c3fa8 100644 --- a/source/blender/gpu/CMakeLists.txt +++ b/source/blender/gpu/CMakeLists.txt @@ -93,6 +93,7 @@ set(SRC opengl/gl_debug.cc opengl/gl_framebuffer.cc opengl/gl_immediate.cc + opengl/gl_index_buffer.cc opengl/gl_shader.cc opengl/gl_shader_interface.cc opengl/gl_state.cc @@ -136,6 +137,7 @@ set(SRC intern/gpu_drawlist_private.hh intern/gpu_framebuffer_private.hh intern/gpu_immediate_private.hh + intern/gpu_index_buffer_private.hh intern/gpu_material_library.h intern/gpu_matrix_private.h intern/gpu_node_graph.h @@ -155,6 +157,7 @@ set(SRC opengl/gl_drawlist.hh opengl/gl_framebuffer.hh opengl/gl_immediate.hh + opengl/gl_index_buffer.hh opengl/gl_primitive.hh opengl/gl_shader.hh opengl/gl_shader_interface.hh -- cgit v1.2.3