|
MayaFlux 0.1.0
Digital-First Multimedia Processing Framework
|
| void MayaFlux::Core::VKGraphicsPipeline::push_constants | ( | vk::CommandBuffer | cmd, |
| vk::ShaderStageFlags | stages, | ||
| uint32_t | offset, | ||
| uint32_t | size, | ||
| const void * | data | ||
| ) |
Push constants.
| cmd | Command buffer |
| stages | Shader stages |
| offset | Offset in push constant block |
| size | Size of data |
| data | Pointer to data |
Definition at line 613 of file VKGraphicsPipeline.cpp.
References MayaFlux::Journal::Core, MayaFlux::Journal::GraphicsBackend, m_layout, and MF_ERROR.
Referenced by push_constants_typed().
Here is the caller graph for this function: