|
MayaFlux 0.1.0
Digital-First Multimedia Processing Framework
|
| void MayaFlux::Core::VKGraphicsPipeline::bind_index_buffer | ( | vk::CommandBuffer | cmd, |
| vk::Buffer | buffer, | ||
| vk::DeviceSize | offset = 0, |
||
| vk::IndexType | index_type = vk::IndexType::eUint32 |
||
| ) |
Bind index buffer.
| cmd | Command buffer |
| buffer | Index buffer |
| offset | Offset in buffer |
| index_type | Index type (uint16 or uint32) |
Definition at line 680 of file VKGraphicsPipeline.cpp.
References MayaFlux::Journal::Core, MayaFlux::Journal::GraphicsBackend, and MF_ERROR.