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
Method | Description |
---|---|
draw | Draw without index buffer |
draw | Draw without index buffer |
draw_index | Issue an indexed draw into a command list |
draw_index | Issue an indexed draw into a command list |
push_constants | Push the constant to the pipeline |
push_constants | Push the constant to the pipeline |
bind_pipeline | Bind the pipeline instance for rendering |
bind_vertex_buffer | Bind the vertex buffer for rendering |
bind_index_buffer | Bind the index buffer for rendering |
bind_descriptor_set | Bind the descriptor set to current pipeline |
See Also
- module
aspose.threed.render