|
KarmaEngine
Game Engine for practical learning and research purposes
|
Template (for VkAttachmentDescription(2)) definition of FVulkanAttachmentDescription. More...
#include <VulkanRenderPass.h>
Template (for VkAttachmentDescription(2)) definition of FVulkanAttachmentDescription.
This is primary struct template for attachment descriptions like color, depth, and input attachments. These attachments (FVulkanRenderPassBuilder::m_AttachmentDescriptions) are used in FVulkanRenderPassBuilder, to create VkRenderPassCreateInfo, structure like so
FVulkanRenderPassBuilder<.., FVulkanAttachmentDescription<VkAttachmentDescription>, ..> Creator(InDevice);