struct PipelineRenderingCreateInfo

Defined at line 102368 of file ../../third_party/Vulkan-Headers/src/include/vulkan/vulkan_structs.hpp

Public Members

StructureType sType
const void * pNext
uint32_t viewMask
uint32_t colorAttachmentCount
const vk::Format * pColorAttachmentFormats
Format depthAttachmentFormat
Format stencilAttachmentFormat

Public Methods

void PipelineRenderingCreateInfo (uint32_t viewMask_, uint32_t colorAttachmentCount_, const vk::Format * pColorAttachmentFormats_, vk::Format depthAttachmentFormat_, vk::Format stencilAttachmentFormat_, const void * pNext_)

Defined at line 102376 of file ../../third_party/Vulkan-Headers/src/include/vulkan/vulkan_structs.hpp

void PipelineRenderingCreateInfo (const PipelineRenderingCreateInfo & rhs)

Defined at line 102391 of file ../../third_party/Vulkan-Headers/src/include/vulkan/vulkan_structs.hpp

void PipelineRenderingCreateInfo (const VkPipelineRenderingCreateInfo & rhs)

Defined at line 102393 of file ../../third_party/Vulkan-Headers/src/include/vulkan/vulkan_structs.hpp

void PipelineRenderingCreateInfo (uint32_t viewMask_, const vk::ArrayProxyNoTemporaries<const vk::Format> & colorAttachmentFormats_, vk::Format depthAttachmentFormat_, vk::Format stencilAttachmentFormat_, const void * pNext_)

Defined at line 102399 of file ../../third_party/Vulkan-Headers/src/include/vulkan/vulkan_structs.hpp

PipelineRenderingCreateInfo & operator= (const PipelineRenderingCreateInfo & rhs)

Defined at line 102414 of file ../../third_party/Vulkan-Headers/src/include/vulkan/vulkan_structs.hpp

PipelineRenderingCreateInfo & operator= (const VkPipelineRenderingCreateInfo & rhs)

Defined at line 102417 of file ../../third_party/Vulkan-Headers/src/include/vulkan/vulkan_structs.hpp

PipelineRenderingCreateInfo & setPNext (const void * pNext_)

Defined at line 102424 of file ../../third_party/Vulkan-Headers/src/include/vulkan/vulkan_structs.hpp

PipelineRenderingCreateInfo & setViewMask (uint32_t viewMask_)

Defined at line 102430 of file ../../third_party/Vulkan-Headers/src/include/vulkan/vulkan_structs.hpp

PipelineRenderingCreateInfo & setColorAttachmentCount (uint32_t colorAttachmentCount_)

Defined at line 102436 of file ../../third_party/Vulkan-Headers/src/include/vulkan/vulkan_structs.hpp

PipelineRenderingCreateInfo & setPColorAttachmentFormats (const vk::Format * pColorAttachmentFormats_)

Defined at line 102442 of file ../../third_party/Vulkan-Headers/src/include/vulkan/vulkan_structs.hpp

PipelineRenderingCreateInfo & setColorAttachmentFormats (const vk::ArrayProxyNoTemporaries<const vk::Format> & colorAttachmentFormats_)

Defined at line 102450 of file ../../third_party/Vulkan-Headers/src/include/vulkan/vulkan_structs.hpp

PipelineRenderingCreateInfo & setDepthAttachmentFormat (vk::Format depthAttachmentFormat_)

Defined at line 102459 of file ../../third_party/Vulkan-Headers/src/include/vulkan/vulkan_structs.hpp

PipelineRenderingCreateInfo & setStencilAttachmentFormat (vk::Format stencilAttachmentFormat_)

Defined at line 102465 of file ../../third_party/Vulkan-Headers/src/include/vulkan/vulkan_structs.hpp

const VkPipelineRenderingCreateInfo & operator const VkPipelineRenderingCreateInfo & ()

Defined at line 102473 of file ../../third_party/Vulkan-Headers/src/include/vulkan/vulkan_structs.hpp

VkPipelineRenderingCreateInfo & operator VkPipelineRenderingCreateInfo & ()

Defined at line 102478 of file ../../third_party/Vulkan-Headers/src/include/vulkan/vulkan_structs.hpp

std::strong_ordering operator<=> (const PipelineRenderingCreateInfo & )

Defined at line 102502 of file ../../third_party/Vulkan-Headers/src/include/vulkan/vulkan_structs.hpp