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

#include <vulkan_core.h>

Public Attributes

VkStructureType sType
 
const voidpNext
 
VkRenderingFlags flags
 
uint32_t viewMask
 
uint32_t colorAttachmentCount
 
const VkFormatpColorAttachmentFormats
 
VkFormat depthAttachmentFormat
 
VkFormat stencilAttachmentFormat
 
VkSampleCountFlagBits rasterizationSamples
 

Detailed Description

Definition at line 7196 of file vulkan_core.h.

Member Data Documentation

uint32_t VkCommandBufferInheritanceRenderingInfo::colorAttachmentCount

Definition at line 7201 of file vulkan_core.h.

VkFormat VkCommandBufferInheritanceRenderingInfo::depthAttachmentFormat

Definition at line 7203 of file vulkan_core.h.

VkRenderingFlags VkCommandBufferInheritanceRenderingInfo::flags

Definition at line 7199 of file vulkan_core.h.

const VkFormat* VkCommandBufferInheritanceRenderingInfo::pColorAttachmentFormats

Definition at line 7202 of file vulkan_core.h.

const void* VkCommandBufferInheritanceRenderingInfo::pNext

Definition at line 7198 of file vulkan_core.h.

VkSampleCountFlagBits VkCommandBufferInheritanceRenderingInfo::rasterizationSamples

Definition at line 7205 of file vulkan_core.h.

VkFormat VkCommandBufferInheritanceRenderingInfo::stencilAttachmentFormat

Definition at line 7204 of file vulkan_core.h.

VkStructureType VkCommandBufferInheritanceRenderingInfo::sType

Definition at line 7197 of file vulkan_core.h.

uint32_t VkCommandBufferInheritanceRenderingInfo::viewMask

Definition at line 7200 of file vulkan_core.h.


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