|
MayaFlux 0.1.0
Digital-First Multimedia Processing Framework
|
Render pass attachment configuration. More...
#include <RenderFlow.hpp>
Collaboration diagram for MayaFlux::Portal::Graphics::RenderPassAttachment:Public Member Functions | |
| RenderPassAttachment ()=default | |
Public Attributes | |
| vk::Format | format = vk::Format::eB8G8R8A8Unorm |
| vk::SampleCountFlagBits | samples = vk::SampleCountFlagBits::e1 |
| vk::AttachmentLoadOp | load_op = vk::AttachmentLoadOp::eClear |
| vk::AttachmentStoreOp | store_op = vk::AttachmentStoreOp::eStore |
| vk::ImageLayout | initial_layout = vk::ImageLayout::eUndefined |
| vk::ImageLayout | final_layout = vk::ImageLayout::ePresentSrcKHR |
Render pass attachment configuration.
Definition at line 142 of file RenderFlow.hpp.