Cleanup: Remove outdated comment, visibility layers in kernel have been removed.

This commit is contained in:
Thomas Dinges 2016-06-14 16:46:44 +02:00
parent 9182e07c0e
commit a3a7e46318
1 changed files with 0 additions and 1 deletions

View File

@ -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,