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-01 20:30:57 +0300
committerClément Foucault <foucault.clem@gmail.com>2022-05-01 20:35:37 +0300
commiteba06fee4996087febaa4cdb57bd0388f226cff1 (patch)
tree5c790a5d279f7816a743f02ba4aae8d0b30779b6 /source/blender/gpu
parentc87f6242b952d3821d7bdbdd8075b27479791448 (diff)
Basic Engine: Port depth shader (object selection) to shaderCreateInfo
This should have no functional changes.
Diffstat (limited to 'source/blender/gpu')
-rw-r--r--source/blender/gpu/CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/source/blender/gpu/CMakeLists.txt b/source/blender/gpu/CMakeLists.txt
index bfccf2fd602..356daa2f23c 100644
--- a/source/blender/gpu/CMakeLists.txt
+++ b/source/blender/gpu/CMakeLists.txt
@@ -441,6 +441,7 @@ list(APPEND SRC ${glsl_source_list_file})
list(APPEND INC ${CMAKE_CURRENT_BINARY_DIR})
set(SRC_SHADER_CREATE_INFOS
+ ../draw/engines/basic/shaders/infos/basic_depth_info.hh
../draw/engines/gpencil/shaders/infos/gpencil_info.hh
../draw/engines/gpencil/shaders/infos/gpencil_vfx_info.hh
../draw/engines/overlay/shaders/infos/antialiasing_info.hh