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.
Declaration
public RTHandle GetGraphicsBuffer(HDAdditionalCameraData.BufferAccessType type)
Parameters
Type | Name | Description |
---|---|---|
HDAdditionalCameraData.BufferAccessType | type | Type of the requested buffer. |
Returns
Type | Description |
---|---|
RTHandle | Requested buffer as a RTHandle. Can be null if the buffer is not available. |