Method GetComputeCommandBuffer
GetComputeCommandBuffer(CommandBuffer)
Get a ComputeCommandBuffer given an standard CommandBuffer.
Declaration
public static ComputeCommandBuffer GetComputeCommandBuffer(CommandBuffer baseBuffer)
Parameters
Type | Name | Description |
---|---|---|
Command |
baseBuffer | The CommandBuffer the RasterCommandBuffer should record it's commands to. |
Returns
Type | Description |
---|---|
Compute |
A ComputeCommandBuffer that will record its commands to the given buffer. |