Changeset View
Changeset View
Standalone View
Standalone View
intern/cycles/kernel/osl/emissive.cpp
| Show All 31 Lines | |||||
| #include <OpenImageIO/fmath.h> | #include <OpenImageIO/fmath.h> | ||||
| #include <OSL/genclosure.h> | #include <OSL/genclosure.h> | ||||
| #include "kernel/osl/osl_closures.h" | #include "kernel/osl/osl_closures.h" | ||||
| // clang-format off | // clang-format off | ||||
| #include "kernel/kernel_compat_cpu.h" | #include "kernel/device/cpu/compat.h" | ||||
| #include "kernel/kernel_types.h" | #include "kernel/kernel_types.h" | ||||
| #include "kernel/closure/alloc.h" | #include "kernel/closure/alloc.h" | ||||
| #include "kernel/closure/emissive.h" | #include "kernel/closure/emissive.h" | ||||
| // clang-format on | // clang-format on | ||||
| CCL_NAMESPACE_BEGIN | CCL_NAMESPACE_BEGIN | ||||
| using namespace OSL; | using namespace OSL; | ||||
| Show All 26 Lines | |||||