Method ReadBuffer
ReadBuffer(in BufferHandle)
Specify a Graphics Buffer resource to read from during the pass.
Declaration
public BufferHandle ReadBuffer(in BufferHandle input)
Parameters
Type | Name | Description |
---|---|---|
BufferHandle | input | The Graphics Buffer resource to read from during the pass. |
Returns
Type | Description |
---|---|
BufferHandle | An updated resource handle to the input resource. |