|
Blender
V3.3
|
Go to the source code of this file.
Classes | |
| class | DenoiseParams |
| class | DeviceDenoiseTask |
Typedefs | |
| typedef int | DenoiserTypeMask |
Enumerations | |
| enum | DenoiserType { DENOISER_OPTIX = 2 , DENOISER_OPENIMAGEDENOISE = 4 , DENOISER_NUM , DENOISER_NONE = 0 , DENOISER_ALL = ~0 } |
| enum | DenoiserPrefilter { DENOISER_PREFILTER_NONE = 1 , DENOISER_PREFILTER_FAST = 2 , DENOISER_PREFILTER_ACCURATE = 3 , DENOISER_PREFILTER_NUM } |
Functions | |
| const char * | denoiserTypeToHumanReadable (DenoiserType type) |
| typedef int DenoiserTypeMask |
| enum DenoiserPrefilter |
| enum DenoiserType |
| const char* denoiserTypeToHumanReadable | ( | DenoiserType | type | ) |
Definition at line 8 of file denoise.cpp.
References DENOISER_ALL, DENOISER_NONE, DENOISER_NUM, DENOISER_OPENIMAGEDENOISE, DENOISER_OPTIX, and type.
Referenced by RenderScheduler::full_report().