Changeset View
Changeset View
Standalone View
Standalone View
intern/cycles/kernel/CMakeLists.txt
| Show First 20 Lines • Show All 261 Lines • ▼ Show 20 Lines | set(SRC_KERNEL_INTEGRATOR_HEADERS | ||||
| integrator/subsurface_random_walk.h | integrator/subsurface_random_walk.h | ||||
| integrator/surface_shader.h | integrator/surface_shader.h | ||||
| integrator/volume_shader.h | integrator/volume_shader.h | ||||
| integrator/volume_stack.h | integrator/volume_stack.h | ||||
| ) | ) | ||||
| set(SRC_KERNEL_LIGHT_HEADERS | set(SRC_KERNEL_LIGHT_HEADERS | ||||
| light/light.h | light/light.h | ||||
| light/light_tree.h | |||||
| light/background.h | light/background.h | ||||
| light/common.h | light/common.h | ||||
| light/sample.h | light/sample.h | ||||
| ) | ) | ||||
| set(SRC_KERNEL_SAMPLE_HEADERS | set(SRC_KERNEL_SAMPLE_HEADERS | ||||
| sample/jitter.h | sample/jitter.h | ||||
| sample/lcg.h | sample/lcg.h | ||||
| ▲ Show 20 Lines • Show All 768 Lines • Show Last 20 Lines | |||||