ReactOS 0.4.17-dev-934-g091855f
VkRenderingAttachmentInfo Struct Reference

#include <vulkan.h>

Collaboration diagram for VkRenderingAttachmentInfo:

Public Member Functions

VkImageView WINE_VK_ALIGN (8) imageView
 
VkImageView WINE_VK_ALIGN (8) resolveImageView
 

Public Attributes

VkStructureType sType
 
const void * pNext
 
VkImageLayout imageLayout
 
VkResolveModeFlagBits resolveMode
 
VkImageLayout resolveImageLayout
 
VkAttachmentLoadOp loadOp
 
VkAttachmentStoreOp storeOp
 
VkClearValue clearValue
 

Detailed Description

Definition at line 13725 of file vulkan.h.

Member Function Documentation

◆ WINE_VK_ALIGN() [1/2]

VkImageView VkRenderingAttachmentInfo::WINE_VK_ALIGN ( 8  )

◆ WINE_VK_ALIGN() [2/2]

VkImageView VkRenderingAttachmentInfo::WINE_VK_ALIGN ( 8  )

Member Data Documentation

◆ clearValue

VkClearValue VkRenderingAttachmentInfo::clearValue

Definition at line 13736 of file vulkan.h.

◆ imageLayout

VkImageLayout VkRenderingAttachmentInfo::imageLayout

Definition at line 13730 of file vulkan.h.

◆ loadOp

VkAttachmentLoadOp VkRenderingAttachmentInfo::loadOp

Definition at line 13734 of file vulkan.h.

◆ pNext

const void* VkRenderingAttachmentInfo::pNext

Definition at line 13728 of file vulkan.h.

◆ resolveImageLayout

VkImageLayout VkRenderingAttachmentInfo::resolveImageLayout

Definition at line 13733 of file vulkan.h.

◆ resolveMode

VkResolveModeFlagBits VkRenderingAttachmentInfo::resolveMode

Definition at line 13731 of file vulkan.h.

◆ storeOp

VkAttachmentStoreOp VkRenderingAttachmentInfo::storeOp

Definition at line 13735 of file vulkan.h.

◆ sType

VkStructureType VkRenderingAttachmentInfo::sType

Definition at line 13727 of file vulkan.h.


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