Blender Git Loki
Git Commits -> Revision 8df99a5
Revision 8df99a5 by Clément Foucault (master) May 26, 2018, 21:24 (GMT) |
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. |
Commit Details:
Full Hash: 8df99a5d8aa1f14715aaf37b889b05c195cf5c80
Parent Commit: c883f09
Lines Changed: +212, -0
2 Added Paths:
/source/blender/draw/intern/draw_debug.c (+151, -0) (View)
/source/blender/draw/intern/draw_debug.h (+39, -0) (View)
/source/blender/draw/intern/draw_debug.h (+39, -0) (View)