|
MayaFlux 0.1.0
Digital-First Multimedia Processing Framework
|
| RenderPassID MayaFlux::Portal::Graphics::RenderFlow::create_simple_render_pass | ( | vk::Format | format = vk::Format::eB8G8R8A8Unorm, |
| bool | load_clear = true |
||
| ) |
Create a simple single-color render pass.
| format | Color attachment format |
| load_clear | Whether to clear on load |
Definition at line 342 of file RenderFlow.cpp.
References create_render_pass(), MayaFlux::Portal::Graphics::RenderPassAttachment::final_layout, MayaFlux::Portal::Graphics::RenderPassAttachment::format, MayaFlux::Portal::Graphics::RenderPassAttachment::initial_layout, MayaFlux::Portal::Graphics::RenderPassAttachment::load_op, and MayaFlux::Portal::Graphics::RenderPassAttachment::store_op.
Here is the call graph for this function: