|
MayaFlux 0.1.0
Digital-First Multimedia Processing Framework
|
| vk::PipelineShaderStageCreateInfo MayaFlux::Core::VKShaderModule::get_stage_create_info | ( | ) | const |
Get pipeline shader stage create info.
This is the primary integration point with pipeline builders. Usage: auto stage_info = shader_module.get_stage_create_info(); pipeline_builder.add_shader_stage(stage_info);
Definition at line 271 of file VKShaderModule.cpp.
References MayaFlux::Journal::Core, MayaFlux::Journal::GraphicsBackend, m_entry_point, m_module, m_specialization_entries, m_specialization_info, m_stage, MF_ERROR, and update_specialization_info().
Here is the call graph for this function: