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:
Diffstat (limited to 'intern/cycles/render/tables.h')
-rw-r--r--intern/cycles/render/tables.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/intern/cycles/render/tables.h b/intern/cycles/render/tables.h
index 5fa5136ae79..605efd3747f 100644
--- a/intern/cycles/render/tables.h
+++ b/intern/cycles/render/tables.h
@@ -28,6 +28,7 @@ class DeviceScene;
class Scene;
enum { TABLE_CHUNK_SIZE = 256 };
+enum { TABLE_OFFSET_INVALID = -1 };
class LookupTables {
public: