ReactOS 0.4.17-dev-934-g091855f
VkCommandBufferInheritanceRenderingInfo Struct Reference

#include <vulkan.h>

Collaboration diagram for VkCommandBufferInheritanceRenderingInfo:

Public Attributes

VkStructureType sType
 
const void * pNext
 
VkRenderingFlags flags
 
uint32_t viewMask
 
uint32_t colorAttachmentCount
 
const VkFormat * pColorAttachmentFormats
 
VkFormat depthAttachmentFormat
 
VkFormat stencilAttachmentFormat
 
VkSampleCountFlagBits rasterizationSamples
 

Detailed Description

Definition at line 7847 of file vulkan.h.

Member Data Documentation

◆ colorAttachmentCount

uint32_t VkCommandBufferInheritanceRenderingInfo::colorAttachmentCount

Definition at line 7853 of file vulkan.h.

◆ depthAttachmentFormat

VkFormat VkCommandBufferInheritanceRenderingInfo::depthAttachmentFormat

Definition at line 7855 of file vulkan.h.

◆ flags

VkRenderingFlags VkCommandBufferInheritanceRenderingInfo::flags

Definition at line 7851 of file vulkan.h.

◆ pColorAttachmentFormats

const VkFormat* VkCommandBufferInheritanceRenderingInfo::pColorAttachmentFormats

Definition at line 7854 of file vulkan.h.

◆ pNext

const void* VkCommandBufferInheritanceRenderingInfo::pNext

Definition at line 7850 of file vulkan.h.

◆ rasterizationSamples

VkSampleCountFlagBits VkCommandBufferInheritanceRenderingInfo::rasterizationSamples

Definition at line 7857 of file vulkan.h.

◆ stencilAttachmentFormat

VkFormat VkCommandBufferInheritanceRenderingInfo::stencilAttachmentFormat

Definition at line 7856 of file vulkan.h.

◆ sType

VkStructureType VkCommandBufferInheritanceRenderingInfo::sType

Definition at line 7849 of file vulkan.h.

◆ viewMask

uint32_t VkCommandBufferInheritanceRenderingInfo::viewMask

Definition at line 7852 of file vulkan.h.


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