|
Blender V4.3
|
#include <denoiser_gpu.h>
Public Member Functions | |
| DenoisePass (const PassType type, const BufferParams &buffer_params) | |
Public Attributes | |
| PassType | type |
| int | noisy_offset |
| int | denoised_offset |
| int | num_components |
| int | use_compositing |
| bool | use_denoising_albedo |
Definition at line 85 of file denoiser_gpu.h.
|
inline |
Definition at line 87 of file denoiser_gpu.h.
References DENOISED, denoised_offset, Pass::get_info(), BufferParams::get_pass_offset(), NOISY, noisy_offset, num_components, PassInfo::num_components, use_compositing, PassInfo::use_compositing, use_denoising_albedo, and PassInfo::use_denoising_albedo.
| int DenoiserGPU::DenoisePass::denoised_offset |
Definition at line 101 of file denoiser_gpu.h.
Referenced by DenoisePass().
| int DenoiserGPU::DenoisePass::noisy_offset |
Definition at line 100 of file denoiser_gpu.h.
Referenced by DenoisePass().
| int DenoiserGPU::DenoisePass::num_components |
Definition at line 103 of file denoiser_gpu.h.
Referenced by DenoisePass().
| PassType DenoiserGPU::DenoisePass::type |
Definition at line 98 of file denoiser_gpu.h.
| int DenoiserGPU::DenoisePass::use_compositing |
Definition at line 104 of file denoiser_gpu.h.
Referenced by DenoisePass().
| bool DenoiserGPU::DenoisePass::use_denoising_albedo |
Definition at line 105 of file denoiser_gpu.h.
Referenced by DenoisePass().