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:
authorSergey Sharybin <sergey.vfx@gmail.com>2016-01-19 20:38:41 +0300
committerSergey Sharybin <sergey.vfx@gmail.com>2016-01-19 20:38:41 +0300
commite5904f3eea09bb6df44cce37c2bf84ff41f9deb9 (patch)
treed8292d82fb201a706e24980ce8d0f485f799c05d /intern/cycles/util/util_debug.h
parent52f07ad7248b4c6e947153aea87be3e6b917dd17 (diff)
Cycles: Add a debug flag to disable QBVH
Diffstat (limited to 'intern/cycles/util/util_debug.h')
-rw-r--r--intern/cycles/util/util_debug.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/intern/cycles/util/util_debug.h b/intern/cycles/util/util_debug.h
index 53b1ea42164..723d4a0a1ec 100644
--- a/intern/cycles/util/util_debug.h
+++ b/intern/cycles/util/util_debug.h
@@ -41,6 +41,9 @@ public:
bool sse41;
bool sse3;
bool sse2;
+
+ /* Whether QBVH usage is allowed or not. */
+ bool qbvh;
};
/* Descriptor of OpenCL feature-set to be used. */