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