ISubCommandBuffer - dpw105f18/papago-api GitHub Wiki
defined in header "icommand_buffer.hpp"
class ISubCommandBuffer;
Objects of this class are used to record GPU commands into a IRecordingSubCommandBuffer object. This is the only way to record commands into an ISubCommandBuffer. This type of command buffer cannot be executed directly on a queue, instead, it is executed as part of an ICommandBuffer.
ISubCommandBuffer are the only type of command buffers, which can be recorded to in parallel.
Methods
| Methods | Description |
|---|---|
| [record](/dpw105f18/papago-api/wiki/ISubCommandBuffer::record) | Records commands into a IRecordingSubCommandBuffer. |