HDK
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
VkRenderingInfo Struct Reference

#include <vulkan_core.h>

Public Attributes

VkStructureType sType
 
const voidpNext
 
VkRenderingFlags flags
 
VkRect2D renderArea
 
uint32_t layerCount
 
uint32_t viewMask
 
uint32_t colorAttachmentCount
 
const VkRenderingAttachmentInfopColorAttachments
 
const VkRenderingAttachmentInfopDepthAttachment
 
const VkRenderingAttachmentInfopStencilAttachment
 

Detailed Description

Definition at line 7167 of file vulkan_core.h.

Member Data Documentation

uint32_t VkRenderingInfo::colorAttachmentCount

Definition at line 7174 of file vulkan_core.h.

VkRenderingFlags VkRenderingInfo::flags

Definition at line 7170 of file vulkan_core.h.

uint32_t VkRenderingInfo::layerCount

Definition at line 7172 of file vulkan_core.h.

const VkRenderingAttachmentInfo* VkRenderingInfo::pColorAttachments

Definition at line 7175 of file vulkan_core.h.

const VkRenderingAttachmentInfo* VkRenderingInfo::pDepthAttachment

Definition at line 7176 of file vulkan_core.h.

const void* VkRenderingInfo::pNext

Definition at line 7169 of file vulkan_core.h.

const VkRenderingAttachmentInfo* VkRenderingInfo::pStencilAttachment

Definition at line 7177 of file vulkan_core.h.

VkRect2D VkRenderingInfo::renderArea

Definition at line 7171 of file vulkan_core.h.

VkStructureType VkRenderingInfo::sType

Definition at line 7168 of file vulkan_core.h.

uint32_t VkRenderingInfo::viewMask

Definition at line 7173 of file vulkan_core.h.


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