Method GetResolvedSssDownsampleSteps
GetResolvedSssDownsampleSteps(HDRenderPipelineAsset)
Returns the number downsample steps that will be performed on the source irradiance texture before the main Subsurface algorithm executes.
Declaration
public int GetResolvedSssDownsampleSteps(HDRenderPipelineAsset hdrp)
Parameters
Type | Name | Description |
---|---|---|
HDRenderPipelineAsset | hdrp | The HDRP Asset to use. |
Returns
Type | Description |
---|---|
int | The number downsample steps. |