vsg 1.1.3
VulkanSceneGraph library
|
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 |
AttachmentDescription is used by RenderPass to specify VkAttachmentDescription settings.