|
MayaFlux 0.1.0
Digital-First Multimedia Processing Framework
|
| void MayaFlux::Portal::Graphics::RenderFlow::draw_indexed | ( | CommandBufferID | cmd_id, |
| uint32_t | index_count, | ||
| uint32_t | instance_count = 1, |
||
| uint32_t | first_index = 0, |
||
| int32_t | vertex_offset = 0, |
||
| uint32_t | first_instance = 0 |
||
| ) |
Indexed draw command.
| cmd_id | Command buffer ID |
| index_count | Number of indices |
| instance_count | Number of instances (default: 1) |
| first_index | First index |
| vertex_offset | Vertex offset |
| first_instance | First instance index |
Definition at line 848 of file RenderFlow.cpp.
References MayaFlux::Portal::Graphics::ShaderFoundry::get_command_buffer(), and m_shader_foundry.
Here is the call graph for this function: