Blender  V3.3
denoiser_optix.h
Go to the documentation of this file.
1 /* SPDX-License-Identifier: Apache-2.0
2  * Copyright 2011-2022 Blender Foundation */
3 
4 #pragma once
5 
7 
9 
10 class OptiXDenoiser : public DeviceDenoiser {
11  public:
12  OptiXDenoiser(Device *path_trace_device, const DenoiseParams &params);
13 
14  protected:
15  virtual uint get_device_type_mask() const override;
16 };
17 
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
uiWidgetBaseParameters params[MAX_WIDGET_BASE_BATCH]