MayaFlux 0.1.0
Digital-First Multimedia Processing Framework
Loading...
Searching...
No Matches

◆ push_constants_typed()

template<typename T >
void MayaFlux::Core::VKGraphicsPipeline::push_constants_typed ( vk::CommandBuffer  cmd,
vk::ShaderStageFlags  stages,
const T &  data 
)
inline

Typed push constants.

Definition at line 292 of file VKGraphicsPipeline.hpp.

295 {
296 push_constants(cmd, stages, 0, sizeof(T), &data);
297 }
void push_constants(vk::CommandBuffer cmd, vk::ShaderStageFlags stages, uint32_t offset, uint32_t size, const void *data)
Push constants.

References push_constants().

+ Here is the call graph for this function: