KarmaEngine
Game Engine for practical learning and research purposes
Loading...
Searching...
No Matches
Karma::FVulkanAttachmentDescription< TAttachmentDescriptionType > Struct Template Reference

Template (for VkAttachmentDescription(2)) definition of FVulkanAttachmentDescription. More...

#include <VulkanRenderPass.h>

Detailed Description

template<typename TAttachmentDescriptionType>
struct Karma::FVulkanAttachmentDescription< TAttachmentDescriptionType >

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);
Since
Karma 1.0.0

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