Class PostProcessSystem
Inheritance
PostProcessSystem
Syntax
public sealed class PostProcessSystem
Constructors
PostProcessSystem(HDRenderPipelineAsset)
Declaration
public PostProcessSystem(HDRenderPipelineAsset hdAsset)
Parameters
Methods
BeginFrame(CommandBuffer, HDCamera)
Declaration
public void BeginFrame(CommandBuffer cmd, HDCamera camera)
Parameters
| Type |
Name |
Description |
| CommandBuffer |
cmd |
|
| HDCamera |
camera |
|
Cleanup()
Declaration
GetColorBalanceCoeffs(Single, Single)
Declaration
public static Vector3 GetColorBalanceCoeffs(float temperature, float tint)
Parameters
Returns
GetExposureTexture(HDCamera)
Declaration
public RTHandleSystem.RTHandle GetExposureTexture(HDCamera camera)
Parameters
Returns
GetPreviousExposureTexture(HDCamera)
Declaration
public RTHandleSystem.RTHandle GetPreviousExposureTexture(HDCamera camera)
Parameters
Returns
Render(CommandBuffer, HDCamera, BlueNoise, RTHandleSystem.RTHandle, RTHandleSystem.RTHandle, RTHandleSystem.RTHandle, RenderTargetIdentifier, RTHandleSystem.RTHandle, Boolean)
Declaration
public void Render(CommandBuffer cmd, HDCamera camera, BlueNoise blueNoise, RTHandleSystem.RTHandle colorBuffer, RTHandleSystem.RTHandle afterPostProcessTexture, RTHandleSystem.RTHandle lightingBuffer, RenderTargetIdentifier finalRT, RTHandleSystem.RTHandle depthBuffer, bool flipY)
Parameters
ResetHistory()
Declaration
public void ResetHistory()