ReactOS 0.4.17-dev-934-g091855f
VkRenderingAreaInfo Struct Reference

#include <vulkan.h>

Collaboration diagram for VkRenderingAreaInfo:

Public Attributes

VkStructureType sType
 
const void * pNext
 
uint32_t viewMask
 
uint32_t colorAttachmentCount
 
const VkFormat * pColorAttachmentFormats
 
VkFormat depthAttachmentFormat
 
VkFormat stencilAttachmentFormat
 

Detailed Description

Definition at line 13713 of file vulkan.h.

Member Data Documentation

◆ colorAttachmentCount

uint32_t VkRenderingAreaInfo::colorAttachmentCount

Definition at line 13718 of file vulkan.h.

◆ depthAttachmentFormat

VkFormat VkRenderingAreaInfo::depthAttachmentFormat

Definition at line 13720 of file vulkan.h.

◆ pColorAttachmentFormats

const VkFormat* VkRenderingAreaInfo::pColorAttachmentFormats

Definition at line 13719 of file vulkan.h.

◆ pNext

const void* VkRenderingAreaInfo::pNext

Definition at line 13716 of file vulkan.h.

◆ stencilAttachmentFormat

VkFormat VkRenderingAreaInfo::stencilAttachmentFormat

Definition at line 13721 of file vulkan.h.

◆ sType

VkStructureType VkRenderingAreaInfo::sType

Definition at line 13715 of file vulkan.h.

◆ viewMask

uint32_t VkRenderingAreaInfo::viewMask

Definition at line 13717 of file vulkan.h.


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