Changeset View
Changeset View
Standalone View
Standalone View
intern/cycles/kernel/osl/background.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/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 20 Lines • Show All 49 Lines • Show Last 20 Lines | |||||