ReactOS 0.4.17-dev-934-g091855f
VkRenderingInputAttachmentIndexInfo Struct Reference

#include <vulkan.h>

Collaboration diagram for VkRenderingInputAttachmentIndexInfo:

Public Attributes

VkStructureType sType
 
const void * pNext
 
uint32_t colorAttachmentCount
 
const uint32_t * pColorAttachmentInputIndices
 
const uint32_t * pDepthInputAttachmentIndex
 
const uint32_t * pStencilInputAttachmentIndex
 

Detailed Description

Definition at line 13781 of file vulkan.h.

Member Data Documentation

◆ colorAttachmentCount

uint32_t VkRenderingInputAttachmentIndexInfo::colorAttachmentCount

Definition at line 13785 of file vulkan.h.

◆ pColorAttachmentInputIndices

const uint32_t* VkRenderingInputAttachmentIndexInfo::pColorAttachmentInputIndices

Definition at line 13786 of file vulkan.h.

◆ pDepthInputAttachmentIndex

const uint32_t* VkRenderingInputAttachmentIndexInfo::pDepthInputAttachmentIndex

Definition at line 13787 of file vulkan.h.

◆ pNext

const void* VkRenderingInputAttachmentIndexInfo::pNext

Definition at line 13784 of file vulkan.h.

◆ pStencilInputAttachmentIndex

const uint32_t* VkRenderingInputAttachmentIndexInfo::pStencilInputAttachmentIndex

Definition at line 13788 of file vulkan.h.

◆ sType

VkStructureType VkRenderingInputAttachmentIndexInfo::sType

Definition at line 13783 of file vulkan.h.


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