SDL  2.0
VkRenderPassAttachmentBeginInfo Struct Reference

#include <vulkan_core.h>

Data Fields

VkStructureType sType
 
const voidpNext
 
uint32_t attachmentCount
 
const VkImageView * pAttachments
 

Detailed Description

Definition at line 5444 of file vulkan_core.h.

Field Documentation

◆ attachmentCount

uint32_t VkRenderPassAttachmentBeginInfo::attachmentCount

Definition at line 5447 of file vulkan_core.h.

◆ pAttachments

const VkImageView* VkRenderPassAttachmentBeginInfo::pAttachments

Definition at line 5448 of file vulkan_core.h.

◆ pNext

const void* VkRenderPassAttachmentBeginInfo::pNext

Definition at line 5446 of file vulkan_core.h.

◆ sType

VkStructureType VkRenderPassAttachmentBeginInfo::sType

Definition at line 5445 of file vulkan_core.h.


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