IRecordingSubCommandBuffer - dpw105f18/papago-api GitHub Wiki
defined in header "icommand_buffer.hpp"
class IRecordingSubCommandbuffer;
A helper class that exposes the interface for recording data into the ISubCommandBuffers.
The commands recorded here are used to make actual draw calls, which execute the graphics pipeline.
Methods
| Methods | Description |
|---|---|
| [draw](/dpw105f18/papago-api/wiki/IRecordingSubCommandBuffer::draw) | Record draw call |
| [drawIndexed](/dpw105f18/papago-api/wiki/IRecordingSubCommandBuffer::drawIndexed) | Record draw call with index buffer |
| [setVertexBuffer](/dpw105f18/papago-api/wiki/IRecordingSubCommandBuffer::setVertexBuffer) | Set vertex buffer to use |
| [setIndexBuffer](/dpw105f18/papago-api/wiki/IRecordingSubCommandBuffer::setIndexBuffer) | Set index buffer to use |
| [setDynamicIndex](/dpw105f18/papago-api/wiki/IRecordingSubCommandBuffer::setDynamicIndex) | Records the binding of which index in a IDynamicBuffer to use. |