Cycles: Add per-tile render time debug pass

Reviewers: sergey, brecht

Differential Revision: https://developer.blender.org/D2920
This commit is contained in:
Lukas Stockner
2017-11-17 14:23:48 +01:00
parent a0c02e4d1b
commit 40f528a7da
12 changed files with 37 additions and 2 deletions

View File

@@ -393,6 +393,7 @@ typedef enum PassType {
PASS_BVH_INTERSECTIONS,
PASS_RAY_BOUNCES,
#endif
PASS_RENDER_TIME,
PASS_CATEGORY_MAIN_END = 31,
PASS_MIST = 32,