Github User Fetcher 1.0.0
C Application with Server and GUI
Loading...
Searching...
No Matches
VkCommandBufferInheritanceRenderingInfo Struct Reference

#include <vulkan_core.h>

Data Fields

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

Detailed Description

Definition at line 7307 of file vulkan_core.h.

Field Documentation

◆ colorAttachmentCount

uint32_t VkCommandBufferInheritanceRenderingInfo::colorAttachmentCount

Definition at line 7312 of file vulkan_core.h.

◆ depthAttachmentFormat

VkFormat VkCommandBufferInheritanceRenderingInfo::depthAttachmentFormat

Definition at line 7314 of file vulkan_core.h.

◆ flags

VkRenderingFlags VkCommandBufferInheritanceRenderingInfo::flags

Definition at line 7310 of file vulkan_core.h.

◆ pColorAttachmentFormats

const VkFormat* VkCommandBufferInheritanceRenderingInfo::pColorAttachmentFormats

Definition at line 7313 of file vulkan_core.h.

◆ pNext

const void* VkCommandBufferInheritanceRenderingInfo::pNext

Definition at line 7309 of file vulkan_core.h.

◆ rasterizationSamples

VkSampleCountFlagBits VkCommandBufferInheritanceRenderingInfo::rasterizationSamples

Definition at line 7316 of file vulkan_core.h.

◆ stencilAttachmentFormat

VkFormat VkCommandBufferInheritanceRenderingInfo::stencilAttachmentFormat

Definition at line 7315 of file vulkan_core.h.

◆ sType

VkStructureType VkCommandBufferInheritanceRenderingInfo::sType

Definition at line 7308 of file vulkan_core.h.

◆ viewMask

uint32_t VkCommandBufferInheritanceRenderingInfo::viewMask

Definition at line 7311 of file vulkan_core.h.


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