Method ResolveMSAAColorBuffer
ResolveMSAAColorBuffer(CommandBuffer, HDCamera)
Resolve the camera color buffer only if the MSAA is enabled and the pass is executed in before transparent.
Declaration
protected void ResolveMSAAColorBuffer(CommandBuffer cmd, HDCamera hdCamera)
Parameters
| Type | Name | Description |
|---|---|---|
| CommandBuffer | cmd | |
| HDCamera | hdCamera |
ResolveMSAAColorBuffer(CustomPassContext)
Resolve the camera color buffer only if the MSAA is enabled and the pass is executed in before transparent.
Declaration
protected void ResolveMSAAColorBuffer(CustomPassContext ctx)
Parameters
| Type | Name | Description |
|---|---|---|
| CustomPassContext | ctx | Custom Pass Context from the Execute() method |