Github User Fetcher 1.0.0
C Application with Server and GUI
Loading...
Searching...
No Matches
VkRenderingAttachmentInfo Struct Reference

#include <vulkan_core.h>

Data Fields

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

Detailed Description

Definition at line 7265 of file vulkan_core.h.

Field Documentation

◆ clearValue

VkClearValue VkRenderingAttachmentInfo::clearValue

Definition at line 7275 of file vulkan_core.h.

◆ imageLayout

VkImageLayout VkRenderingAttachmentInfo::imageLayout

Definition at line 7269 of file vulkan_core.h.

◆ imageView

VkImageView VkRenderingAttachmentInfo::imageView

Definition at line 7268 of file vulkan_core.h.

◆ loadOp

VkAttachmentLoadOp VkRenderingAttachmentInfo::loadOp

Definition at line 7273 of file vulkan_core.h.

◆ pNext

const void* VkRenderingAttachmentInfo::pNext

Definition at line 7267 of file vulkan_core.h.

◆ resolveImageLayout

VkImageLayout VkRenderingAttachmentInfo::resolveImageLayout

Definition at line 7272 of file vulkan_core.h.

◆ resolveImageView

VkImageView VkRenderingAttachmentInfo::resolveImageView

Definition at line 7271 of file vulkan_core.h.

◆ resolveMode

VkResolveModeFlagBits VkRenderingAttachmentInfo::resolveMode

Definition at line 7270 of file vulkan_core.h.

◆ storeOp

VkAttachmentStoreOp VkRenderingAttachmentInfo::storeOp

Definition at line 7274 of file vulkan_core.h.

◆ sType

VkStructureType VkRenderingAttachmentInfo::sType

Definition at line 7266 of file vulkan_core.h.


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