vsg  1.1.0
VulkanSceneGraph library
Public Attributes | List of all members
vsg::AttachmentDescription Struct Reference

AttachmentDescription is used by RenderPass to specify VkAttachmentDescription settings. More...

#include <RenderPass.h>

Public Attributes

VkAttachmentDescriptionFlags flags
 
VkFormat format
 
VkSampleCountFlagBits samples
 
VkAttachmentLoadOp loadOp
 
VkAttachmentStoreOp storeOp
 
VkAttachmentLoadOp stencilLoadOp
 
VkAttachmentStoreOp stencilStoreOp
 
VkImageLayout initialLayout
 
VkImageLayout finalLayout
 

Detailed Description

AttachmentDescription is used by RenderPass to specify VkAttachmentDescription settings.


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