Vulkan-Hpp
VkPipelineRenderingCreateInfo Struct Reference

#include <vulkan_core.h>

Public Attributes

VkStructureType sType
 
const void * pNext
 
uint32_t viewMask
 
uint32_t colorAttachmentCount
 
const VkFormatpColorAttachmentFormats
 
VkFormat depthAttachmentFormat
 
VkFormat stencilAttachmentFormat
 

Detailed Description

Definition at line 7179 of file vulkan_core.h.

Member Data Documentation

◆ colorAttachmentCount

uint32_t VkPipelineRenderingCreateInfo::colorAttachmentCount

Definition at line 7183 of file vulkan_core.h.

◆ depthAttachmentFormat

VkFormat VkPipelineRenderingCreateInfo::depthAttachmentFormat

Definition at line 7185 of file vulkan_core.h.

◆ pColorAttachmentFormats

const VkFormat* VkPipelineRenderingCreateInfo::pColorAttachmentFormats

Definition at line 7184 of file vulkan_core.h.

◆ pNext

const void* VkPipelineRenderingCreateInfo::pNext

Definition at line 7181 of file vulkan_core.h.

◆ stencilAttachmentFormat

VkFormat VkPipelineRenderingCreateInfo::stencilAttachmentFormat

Definition at line 7186 of file vulkan_core.h.

◆ sType

VkStructureType VkPipelineRenderingCreateInfo::sType

Definition at line 7180 of file vulkan_core.h.

◆ viewMask

uint32_t VkPipelineRenderingCreateInfo::viewMask

Definition at line 7182 of file vulkan_core.h.


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