ReactOS 0.4.17-dev-934-g091855f
VkRenderingInfo Struct Reference

#include <vulkan.h>

Collaboration diagram for VkRenderingInfo:

Public Attributes

VkStructureType sType
 
const void * pNext
 
VkRenderingFlags flags
 
VkRect2D renderArea
 
uint32_t layerCount
 
uint32_t viewMask
 
uint32_t colorAttachmentCount
 
const VkRenderingAttachmentInfo * pColorAttachments
 
const VkRenderingAttachmentInfo * pDepthAttachment
 
const VkRenderingAttachmentInfo * pStencilAttachment
 

Detailed Description

Definition at line 13766 of file vulkan.h.

Member Data Documentation

◆ colorAttachmentCount

uint32_t VkRenderingInfo::colorAttachmentCount

Definition at line 13774 of file vulkan.h.

◆ flags

VkRenderingFlags VkRenderingInfo::flags

Definition at line 13770 of file vulkan.h.

◆ layerCount

uint32_t VkRenderingInfo::layerCount

Definition at line 13772 of file vulkan.h.

◆ pColorAttachments

const VkRenderingAttachmentInfo* VkRenderingInfo::pColorAttachments

Definition at line 13775 of file vulkan.h.

◆ pDepthAttachment

const VkRenderingAttachmentInfo* VkRenderingInfo::pDepthAttachment

Definition at line 13776 of file vulkan.h.

◆ pNext

const void* VkRenderingInfo::pNext

Definition at line 13769 of file vulkan.h.

◆ pStencilAttachment

const VkRenderingAttachmentInfo* VkRenderingInfo::pStencilAttachment

Definition at line 13777 of file vulkan.h.

◆ renderArea

VkRect2D VkRenderingInfo::renderArea

Definition at line 13771 of file vulkan.h.

◆ sType

VkStructureType VkRenderingInfo::sType

Definition at line 13768 of file vulkan.h.

◆ viewMask

uint32_t VkRenderingInfo::viewMask

Definition at line 13773 of file vulkan.h.


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