Method GetCameraBuffers
GetCameraBuffers(out RTHandle, out RTHandle)
Get the current camera buffers (can be MSAA)
선언
[Obsolete("GetCameraBuffers is obsolete and will be removed in the future. All camera buffers are now avaliable directly in the CustomPassContext in parameter of the Execute function")]
protected void GetCameraBuffers(out RTHandle colorBuffer, out RTHandle depthBuffer)
파라미터
타입 | 이름 | 설명 |
---|---|---|
RTHandle | colorBuffer | outputs the camera color buffer |
RTHandle | depthBuffer | outputs the camera depth buffer |