Changeset View
Changeset View
Standalone View
Standalone View
intern/cycles/integrator/denoiser.h
| Show All 13 Lines | |||||
| * limitations under the License. | * limitations under the License. | ||||
| */ | */ | ||||
| #pragma once | #pragma once | ||||
| /* TODO(sergey): The integrator folder might not be the best. Is easy to move files around if the | /* TODO(sergey): The integrator folder might not be the best. Is easy to move files around if the | ||||
| * better place is figured out. */ | * better place is figured out. */ | ||||
| #include "device/denoise.h" | |||||
| #include "device/device.h" | #include "device/device.h" | ||||
| #include "device/device_denoise.h" | #include "util/function.h" | ||||
| #include "util/util_function.h" | #include "util/unique_ptr.h" | ||||
| #include "util/util_unique_ptr.h" | |||||
| CCL_NAMESPACE_BEGIN | CCL_NAMESPACE_BEGIN | ||||
| class BufferParams; | class BufferParams; | ||||
| class Device; | class Device; | ||||
| class RenderBuffers; | class RenderBuffers; | ||||
| class Progress; | class Progress; | ||||
| ▲ Show 20 Lines • Show All 102 Lines • Show Last 20 Lines | |||||