|
MayaFlux 0.1.0
Digital-First Multimedia Processing Framework
|
| void MayaFlux::Portal::Graphics::RenderFlow::bind_index_buffer | ( | CommandBufferID | cmd_id, |
| const std::shared_ptr< Buffers::VKBuffer > & | buffer, | ||
| vk::IndexType | index_type = vk::IndexType::eUint32 |
||
| ) |
Bind index buffer.
| cmd_id | Command buffer ID |
| buffer | Index buffer |
| index_type | Index type (16-bit or 32-bit) |
Definition at line 755 of file RenderFlow.cpp.
References MayaFlux::Portal::Graphics::ShaderFoundry::get_command_buffer(), m_shader_foundry, MF_ERROR, MayaFlux::Journal::Portal, and MayaFlux::Journal::Rendering.
Here is the call graph for this function: