|
MayaFlux 0.1.0
Digital-First Multimedia Processing Framework
|
| void MayaFlux::Core::VKGraphicsPipeline::bind_vertex_buffers | ( | vk::CommandBuffer | cmd, |
| uint32_t | first_binding, | ||
| std::span< vk::Buffer > | buffers, | ||
| std::span< vk::DeviceSize > | offsets | ||
| ) |
Bind vertex buffers.
| cmd | Command buffer |
| first_binding | First binding index |
| buffers | Vertex buffers |
| offsets | Offsets in buffers |
Definition at line 639 of file VKGraphicsPipeline.cpp.
References MayaFlux::Journal::Core, MayaFlux::Journal::GraphicsBackend, MF_ERROR, and MF_WARN.