|
MayaFlux 0.1.0
Digital-First Multimedia Processing Framework
|
#include <VKRenderPass.hpp>
Collaboration diagram for MayaFlux::Core::AttachmentDescription:Public Attributes | |
| vk::Format | format |
| vk::SampleCountFlagBits | samples { vk::SampleCountFlagBits::e1 } |
| vk::AttachmentLoadOp | load_op { vk::AttachmentLoadOp::eClear } |
| vk::AttachmentStoreOp | store_op { vk::AttachmentStoreOp::eStore } |
| vk::AttachmentLoadOp | stencil_load_op { vk::AttachmentLoadOp::eDontCare } |
| vk::AttachmentStoreOp | stencil_store_op { vk::AttachmentStoreOp::eDontCare } |
| vk::ImageLayout | initial_layout { vk::ImageLayout::eUndefined } |
| vk::ImageLayout | final_layout { vk::ImageLayout::ePresentSrcKHR } |
Definition at line 7 of file VKRenderPass.hpp.