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:
authorThomas Dinges <blender@dingto.org>2016-06-14 17:46:44 +0300
committerThomas Dinges <blender@dingto.org>2016-06-14 17:46:44 +0300
commita3a7e46318cf7fe7ec2ba4d000097ec889163e3e (patch)
treef54d7c397fd0cff04dfc97a80a719a61cf8b76c3
parent9182e07c0e1f4ea0d8c804c65830c298b4df01ba (diff)
Cleanup: Remove outdated comment, visibility layers in kernel have been removed.
-rw-r--r--intern/cycles/kernel/kernel_types.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/intern/cycles/kernel/kernel_types.h b/intern/cycles/kernel/kernel_types.h
index 1ffcfb94a15..aa5eeebda7b 100644
--- a/intern/cycles/kernel/kernel_types.h
+++ b/intern/cycles/kernel/kernel_types.h
@@ -292,7 +292,6 @@ enum PathRayFlag {
PATH_RAY_CURVE = 512, /* visibility flag to define curve segments */
PATH_RAY_VOLUME_SCATTER = 1024, /* volume scattering */
- /* note that these can use maximum 12 bits, the other are for layers */
PATH_RAY_ALL_VISIBILITY = (1|2|4|8|16|32|64|128|256|512|1024),
PATH_RAY_MIS_SKIP = 2048,