MayaFlux 0.1.0
Digital-First Multimedia Processing Framework
Loading...
Searching...
No Matches
MayaFlux::Core::AttachmentDescription Struct Reference

#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 }
 

Detailed Description

Definition at line 7 of file VKRenderPass.hpp.


The documentation for this struct was generated from the following file: