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