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:
authorAndre Susano Pinto <andresusanopinto@gmail.com>2009-09-28 14:25:12 +0400
committerAndre Susano Pinto <andresusanopinto@gmail.com>2009-09-28 14:25:12 +0400
commit82198721d6996d03df5d384fde2c155e998bc56e (patch)
treed7ef1de651207fb3d3d69f18046eef2259a855dc /source/blender/render/intern/include/raycounter.h
parent1305715d2d84f67027b870f263cef3a7f009c056 (diff)
Raycounters fix
Diffstat (limited to 'source/blender/render/intern/include/raycounter.h')
-rw-r--r--source/blender/render/intern/include/raycounter.h11
1 files changed, 0 insertions, 11 deletions
diff --git a/source/blender/render/intern/include/raycounter.h b/source/blender/render/intern/include/raycounter.h
index 06579b366ee..dea6d63d001 100644
--- a/source/blender/render/intern/include/raycounter.h
+++ b/source/blender/render/intern/include/raycounter.h
@@ -34,17 +34,6 @@
#ifdef RE_RAYCOUNTER
-typedef struct RayCounter RayCounter;
-struct RayCounter
-{
-
- struct
- {
- unsigned long long test, hit;
-
- } faces, bb, simd_bb, raycast, raytrace_hint, rayshadow_last_hit;
-};
-
/* #define RE_RC_INIT(isec, shi) (isec).count = re_rc_counter+(shi).thread */
#define RE_RC_INIT(isec, shi) (isec).raycounter = &((shi).raycounter)
void RE_RC_INFO (RayCounter *rc);