|
Blender
V3.3
|
#include <denoiser_optix.h>
Public Member Functions | |
| OptiXDenoiser (Device *path_trace_device, const DenoiseParams ¶ms) | |
Public Member Functions inherited from DeviceDenoiser | |
| DeviceDenoiser (Device *path_trace_device, const DenoiseParams ¶ms) | |
| ~DeviceDenoiser () | |
| virtual bool | denoise_buffer (const BufferParams &buffer_params, RenderBuffers *render_buffers, const int num_samples, bool allow_inplace_modification) override |
Public Member Functions inherited from Denoiser | |
| virtual | ~Denoiser ()=default |
| void | set_params (const DenoiseParams ¶ms) |
| const DenoiseParams & | get_params () const |
| virtual bool | load_kernels (Progress *progress) |
| Device * | get_denoiser_device () const |
| bool | is_cancelled () const |
Protected Member Functions | |
| virtual uint | get_device_type_mask () const override |
Protected Member Functions inherited from Denoiser | |
| Denoiser (Device *path_trace_device, const DenoiseParams ¶ms) | |
| virtual Device * | ensure_denoiser_device (Progress *progress) |
Additional Inherited Members | |
Static Public Member Functions inherited from Denoiser | |
| static unique_ptr< Denoiser > | create (Device *path_trace_device, const DenoiseParams ¶ms) |
Public Attributes inherited from Denoiser | |
| function< bool(void)> | is_cancelled_cb |
Protected Attributes inherited from Denoiser | |
| Device * | path_trace_device_ |
| DenoiseParams | params_ |
| Device * | denoiser_device_ = nullptr |
| unique_ptr< Device > | local_denoiser_device_ |
| bool | device_creation_attempted_ = false |
Definition at line 10 of file denoiser_optix.h.
| CCL_NAMESPACE_BEGIN OptiXDenoiser::OptiXDenoiser | ( | Device * | path_trace_device, |
| const DenoiseParams & | params | ||
| ) |
Definition at line 11 of file denoiser_optix.cpp.
|
overrideprotectedvirtual |
Implements Denoiser.
Definition at line 16 of file denoiser_optix.cpp.
References DEVICE_MASK_OPTIX.