|
Blender V4.3
|
#include "device/denoise.h"Go to the source code of this file.
Functions | |
| CCL_NAMESPACE_BEGIN const char * | denoiserTypeToHumanReadable (DenoiserType type) |
| NODE_DEFINE (DenoiseParams) | |
| CCL_NAMESPACE_BEGIN const char * denoiserTypeToHumanReadable | ( | DenoiserType | type | ) |
Definition at line 9 of file denoise.cpp.
References DENOISER_ALL, DENOISER_NONE, DENOISER_NUM, DENOISER_OPENIMAGEDENOISE, and DENOISER_OPTIX.
Referenced by device_cuda_info(), device_hip_info(), and RenderScheduler::full_report().
| NODE_DEFINE | ( | DenoiseParams | ) |
Definition at line 64 of file denoise.cpp.
References NodeType::add(), DENOISER_OPENIMAGEDENOISE, DENOISER_PREFILTER_FAST, DENOISER_QUALITY_HIGH, SOCKET_BOOLEAN, SOCKET_ENUM, and SOCKET_INT.