Method SetCustomHandleProperties
SetCustomHandleProperties(in RTHandleProperties)
By default, rtHandleProperties gets the global state of scalers against the global reference mode. This method lets the current RTHandle use a local custom RTHandleProperties. This function is being used by scalers such as TAAU and DLSS, which require to have a different resolution for color (independent of the RTHandleSystem).
Declaration
public void SetCustomHandleProperties(in RTHandleProperties properties)
Parameters
Type | Name | Description |
---|---|---|
RTHandleProperties | properties | Properties to set. |