Method GetGraphicsBuffer
GetGraphicsBuffer(BufferAccessType)
Returns the requested graphics buffer. Users should use the requestGraphicsBuffer event to make sure that the required buffers are requested first. Note that depending on the current frame settings some buffers may not be available.
선언
public RTHandle GetGraphicsBuffer(HDAdditionalCameraData.BufferAccessType type)
파라미터
타입 | 이름 | 설명 |
---|---|---|
HDAdditionalCameraData.BufferAccessType | type | Type of the requested buffer. |
반환
타입 | 설명 |
---|---|
RTHandle | Requested buffer as a RTHandle. Can be null if the buffer is not available. |