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>2022-05-23 18:19:37 +0300
committerClément Foucault <foucault.clem@gmail.com>2022-05-23 18:20:12 +0300
commit2b9dfff6f3c928a0d03e1e683e861ad51515f9ca (patch)
tree63e0b1c4d7ede24562ce230dab6d0910f2a5c27e /source/blender/gpu/CMakeLists.txt
parent09b7e141d2a4e04ad79020f1cf0c9ce370f1f26f (diff)
Cleanup: GPU: Remove `gpu_shader_common_obinfos_lib.glsl`
This has been replaced by `draw_object_infos`.
Diffstat (limited to 'source/blender/gpu/CMakeLists.txt')
-rw-r--r--source/blender/gpu/CMakeLists.txt2
1 files changed, 0 insertions, 2 deletions
diff --git a/source/blender/gpu/CMakeLists.txt b/source/blender/gpu/CMakeLists.txt
index ec9078983f9..e78c86ae196 100644
--- a/source/blender/gpu/CMakeLists.txt
+++ b/source/blender/gpu/CMakeLists.txt
@@ -406,8 +406,6 @@ set(GLSL_SRC
shaders/gpu_shader_cfg_world_clip_lib.glsl
shaders/gpu_shader_colorspace_lib.glsl
- shaders/gpu_shader_common_obinfos_lib.glsl
-
GPU_shader_shared_utils.h
)