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>2018-05-26 23:08:56 +0300
committerClément Foucault <foucault.clem@gmail.com>2018-05-27 00:24:11 +0300
commit8df99a5d8aa1f14715aaf37b889b05c195cf5c80 (patch)
tree7803815cfdc38781f37a5b923cefcfa96b40e057 /source/blender/draw/CMakeLists.txt
parentc883f09fa84789c46237da33d1f17f84ad4bf6ac (diff)
DRW: Add new DRW_debug API.
This new API aim to provide simple function that can be called by the draw engines during any phase of the draw pipeline. All calls are saved and issued after all engines have finished rendering. This removes the need of setuping special passes and shading groups for some simple debug drawing.
Diffstat (limited to 'source/blender/draw/CMakeLists.txt')
-rw-r--r--source/blender/draw/CMakeLists.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/source/blender/draw/CMakeLists.txt b/source/blender/draw/CMakeLists.txt
index c93035e5c6d..daea87bed54 100644
--- a/source/blender/draw/CMakeLists.txt
+++ b/source/blender/draw/CMakeLists.txt
@@ -62,6 +62,7 @@ set(SRC
intern/draw_cache_impl_metaball.c
intern/draw_cache_impl_particles.c
intern/draw_common.c
+ intern/draw_debug.c
intern/draw_instance_data.c
intern/draw_manager.c
intern/draw_manager_data.c
@@ -120,6 +121,7 @@ set(SRC
intern/draw_cache.h
intern/draw_cache_impl.h
intern/draw_common.h
+ intern/draw_debug.h
intern/draw_instance_data.h
intern/draw_manager.h
intern/draw_manager_text.h