ReactOS 0.4.17-dev-934-g091855f
VkPipelineRenderingCreateInfo Struct Reference

#include <vulkan.h>

Collaboration diagram for VkPipelineRenderingCreateInfo:

Public Attributes

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

Detailed Description

Definition at line 13317 of file vulkan.h.

Member Data Documentation

◆ colorAttachmentCount

uint32_t VkPipelineRenderingCreateInfo::colorAttachmentCount

Definition at line 13322 of file vulkan.h.

◆ depthAttachmentFormat

VkFormat VkPipelineRenderingCreateInfo::depthAttachmentFormat

Definition at line 13324 of file vulkan.h.

◆ pColorAttachmentFormats

const VkFormat* VkPipelineRenderingCreateInfo::pColorAttachmentFormats

Definition at line 13323 of file vulkan.h.

◆ pNext

const void* VkPipelineRenderingCreateInfo::pNext

Definition at line 13320 of file vulkan.h.

◆ stencilAttachmentFormat

VkFormat VkPipelineRenderingCreateInfo::stencilAttachmentFormat

Definition at line 13325 of file vulkan.h.

◆ sType

VkStructureType VkPipelineRenderingCreateInfo::sType

Definition at line 13319 of file vulkan.h.

◆ viewMask

uint32_t VkPipelineRenderingCreateInfo::viewMask

Definition at line 13321 of file vulkan.h.


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