|
MayaFlux 0.4.0
Digital-First Multimedia Processing Framework
|
| void MayaFlux::Portal::Graphics::RenderFlow::push_constants | ( | CommandBufferID | cmd_id, |
| RenderPipelineID | pipeline, | ||
| const void * | data, | ||
| size_t | size, | ||
| uint32_t | offset = 0 |
||
| ) |
Push constants.
| cmd_id | Command buffer ID |
| pipeline | Pipeline ID |
| data | Constant data |
| size | Data size in bytes |
| offset | Byte offset in push constant range (default: 0) |
Definition at line 848 of file RenderFlow.cpp.
References cmd, MayaFlux::Portal::Graphics::ShaderFoundry::get_command_buffer(), m_pipelines, m_shader_foundry, MF_ERROR, MayaFlux::Journal::Portal, MayaFlux::Journal::Rendering, and size.
Here is the call graph for this function: