ICommandList class

ICommandList class

Encodes a sequence of commands which will be sent to GPU to render.

The ICommandList type exposes the following members:

Methods

MethodDescription
drawDraw without index buffer
drawDraw without index buffer
draw_indexIssue an indexed draw into a command list
draw_indexIssue an indexed draw into a command list
push_constantsPush the constant to the pipeline
push_constantsPush the constant to the pipeline
bind_pipelineBind the pipeline instance for rendering
bind_vertex_bufferBind the vertex buffer for rendering
bind_index_bufferBind the index buffer for rendering
bind_descriptor_setBind the descriptor set to current pipeline

See Also