Method Setup
Setup(RTHandle, RTHandle, Downsampling)
Configure the pass with the source and destination to execute on.
Declaration
public void Setup(RTHandle source, RTHandle destination, Downsampling downsampling)
Parameters
Type | Name | Description |
---|---|---|
RTHandle | source | Source render target. |
RTHandle | destination | Destination render target. |
Downsampling | downsampling | The downsampling method to use. |