ReactOS 0.4.17-dev-934-g091855f
VkRenderPassAttachmentBeginInfo Struct Reference

#include <vulkan.h>

Collaboration diagram for VkRenderPassAttachmentBeginInfo:

Public Attributes

VkStructureType sType
 
const void * pNext
 
uint32_t attachmentCount
 
const VkImageView * pAttachments
 

Detailed Description

Definition at line 13631 of file vulkan.h.

Member Data Documentation

◆ attachmentCount

uint32_t VkRenderPassAttachmentBeginInfo::attachmentCount

Definition at line 13635 of file vulkan.h.

◆ pAttachments

const VkImageView* VkRenderPassAttachmentBeginInfo::pAttachments

Definition at line 13636 of file vulkan.h.

◆ pNext

const void* VkRenderPassAttachmentBeginInfo::pNext

Definition at line 13634 of file vulkan.h.

◆ sType

VkStructureType VkRenderPassAttachmentBeginInfo::sType

Definition at line 13633 of file vulkan.h.


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