From a3a7e46318cf7fe7ec2ba4d000097ec889163e3e Mon Sep 17 00:00:00 2001 From: Thomas Dinges Date: Tue, 14 Jun 2016 16:46:44 +0200 Subject: Cleanup: Remove outdated comment, visibility layers in kernel have been removed. --- intern/cycles/kernel/kernel_types.h | 1 - 1 file changed, 1 deletion(-) (limited to 'intern/cycles') 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, -- cgit v1.2.3