Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorClément Foucault <foucault.clem@gmail.com>2020-08-31 16:09:15 +0300
committerClément Foucault <foucault.clem@gmail.com>2020-08-31 16:15:04 +0300
commita1df2fc44388a92ba539f764203170902dd2a663 (patch)
tree7e7c4f6467a024fb1abd0643f79ec6ec70a37822 /source/blender/gpu/CMakeLists.txt
parent1804eb57fd27fceb0ed113e3ef2f4a55db0d03c8 (diff)
Cleanup: GPU: Remove unused attr_binding and primitive code
Diffstat (limited to 'source/blender/gpu/CMakeLists.txt')
-rw-r--r--source/blender/gpu/CMakeLists.txt5
1 files changed, 0 insertions, 5 deletions
diff --git a/source/blender/gpu/CMakeLists.txt b/source/blender/gpu/CMakeLists.txt
index 6dadde398b9..549a7585e1b 100644
--- a/source/blender/gpu/CMakeLists.txt
+++ b/source/blender/gpu/CMakeLists.txt
@@ -55,7 +55,6 @@ set(INC_SYS
)
set(SRC
- intern/gpu_attr_binding.cc
intern/gpu_batch.cc
intern/gpu_batch_presets.c
intern/gpu_batch_utils.c
@@ -75,7 +74,6 @@ set(SRC
intern/gpu_matrix.cc
intern/gpu_node_graph.c
intern/gpu_platform.cc
- intern/gpu_primitive.c
intern/gpu_select.c
intern/gpu_select_pick.c
intern/gpu_select_sample_query.c
@@ -100,7 +98,6 @@ set(SRC
opengl/gl_uniform_buffer.cc
opengl/gl_vertex_array.cc
- GPU_attr_binding.h
GPU_batch.h
GPU_batch_presets.h
GPU_batch_utils.h
@@ -130,7 +127,6 @@ set(SRC
GPU_vertex_format.h
GPU_viewport.h
- intern/gpu_attr_binding_private.h
intern/gpu_backend.hh
intern/gpu_batch_private.hh
intern/gpu_codegen.h
@@ -141,7 +137,6 @@ set(SRC
intern/gpu_material_library.h
intern/gpu_matrix_private.h
intern/gpu_node_graph.h
- intern/gpu_primitive_private.h
intern/gpu_private.h
intern/gpu_select_private.h
intern/gpu_shader_private.hh