HDK
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
VkRenderingAttachmentInfo Struct Reference

#include <vulkan_core.h>

Public Attributes

VkStructureType sType
 
const voidpNext
 
VkImageView imageView
 
VkImageLayout imageLayout
 
VkResolveModeFlagBits resolveMode
 
VkImageView resolveImageView
 
VkImageLayout resolveImageLayout
 
VkAttachmentLoadOp loadOp
 
VkAttachmentStoreOp storeOp
 
VkClearValue clearValue
 

Detailed Description

Definition at line 7154 of file vulkan_core.h.

Member Data Documentation

VkClearValue VkRenderingAttachmentInfo::clearValue

Definition at line 7164 of file vulkan_core.h.

VkImageLayout VkRenderingAttachmentInfo::imageLayout

Definition at line 7158 of file vulkan_core.h.

VkImageView VkRenderingAttachmentInfo::imageView

Definition at line 7157 of file vulkan_core.h.

VkAttachmentLoadOp VkRenderingAttachmentInfo::loadOp

Definition at line 7162 of file vulkan_core.h.

const void* VkRenderingAttachmentInfo::pNext

Definition at line 7156 of file vulkan_core.h.

VkImageLayout VkRenderingAttachmentInfo::resolveImageLayout

Definition at line 7161 of file vulkan_core.h.

VkImageView VkRenderingAttachmentInfo::resolveImageView

Definition at line 7160 of file vulkan_core.h.

VkResolveModeFlagBits VkRenderingAttachmentInfo::resolveMode

Definition at line 7159 of file vulkan_core.h.

VkAttachmentStoreOp VkRenderingAttachmentInfo::storeOp

Definition at line 7163 of file vulkan_core.h.

VkStructureType VkRenderingAttachmentInfo::sType

Definition at line 7155 of file vulkan_core.h.


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