From 579edb1510d22571b5e10a55d1cc7be9d6fcf9f8 Mon Sep 17 00:00:00 2001 From: Mai Lavelle Date: Wed, 23 Aug 2017 00:40:35 -0400 Subject: Cycles: Add maximum depth stat to bvh builder --- intern/cycles/bvh/bvh_node.h | 1 + 1 file changed, 1 insertion(+) (limited to 'intern/cycles/bvh/bvh_node.h') diff --git a/intern/cycles/bvh/bvh_node.h b/intern/cycles/bvh/bvh_node.h index 1c875f5a524..94cf5ab730c 100644 --- a/intern/cycles/bvh/bvh_node.h +++ b/intern/cycles/bvh/bvh_node.h @@ -38,6 +38,7 @@ enum BVH_STAT { BVH_STAT_UNALIGNED_INNER_QNODE_COUNT, BVH_STAT_ALIGNED_LEAF_COUNT, BVH_STAT_UNALIGNED_LEAF_COUNT, + BVH_STAT_DEPTH, }; class BVHParams; -- cgit v1.2.3