VRay SDK for C++
Loading...
Searching...
No Matches
VRay::DenoiserOptions Struct Reference

Public Types

enum  FlagVal : byte { Disabled = 0 , Enabled = 1 , Default = 0xFF }
 

Public Member Functions

 DenoiserOptions (const DenoiserOptions &options)=default
 
DenoiserOptionsoperator= (const DenoiserOptions &options)=default
 

Public Attributes

FlagVal allowInSingleChannelFiles
 True to allow writing to single channel files too. Off by default.
 
FlagVal hideDest
 Hide destination channel in VFB.
 
FlagVal optixUpscale
 True if the optix denoiser should use the upscaling mode. Does nothing for other engines.
 
FlagVal panorama
 True if denoised image is wrapped around the left/right border.
 
FlagVal skipAlpha
 True if the alpha channel should NOT be denoised.
 
FlagVal skipAuxElementsInFiles
 True to skip writing the additional channels to files.
 

Member Enumeration Documentation

◆ FlagVal

Enumerator
Enabled 

Will reset the flag.

Default 

Will set the flag.


The documentation for this struct was generated from the following file: