Method ResolveMSAAColorBuffer
ResolveMSAAColorBuffer(CommandBuffer, HDCamera)
Resolve the camera color buffer only if the MSAA is enabled and the pass is executed in before transparent.
선언
protected void ResolveMSAAColorBuffer(CommandBuffer cmd, HDCamera hdCamera)
파라미터
타입 | 이름 | 설명 |
---|---|---|
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.
선언
protected void ResolveMSAAColorBuffer(CustomPassContext ctx)
파라미터
타입 | 이름 | 설명 |
---|---|---|
CustomPassContext | ctx | Custom Pass Context from the Execute() method |