Blender  V3.3
denoiser_optix.cpp
Go to the documentation of this file.
1 /* SPDX-License-Identifier: Apache-2.0
2  * Copyright 2011-2022 Blender Foundation */
3 
5 
6 #include "device/denoise.h"
7 #include "device/device.h"
8 
10 
12  : DeviceDenoiser(path_trace_device, params)
13 {
14 }
15 
17 {
18  return DEVICE_MASK_OPTIX;
19 }
20 
unsigned int uint
Definition: BLI_sys_types.h:67
OptiXDenoiser(Device *path_trace_device, const DenoiseParams &params)
virtual uint get_device_type_mask() const override
#define CCL_NAMESPACE_END
Definition: cuda/compat.h:9
@ DEVICE_MASK_OPTIX
Definition: device/device.h:51
uiWidgetBaseParameters params[MAX_WIDGET_BASE_BATCH]