struct PipelineRenderingCreateInfo
Defined at line 162990 of file ../../third_party/Vulkan-Headers/src/include/vulkan/vulkan_structs.hpp
wrapper struct for struct VkPipelineRenderingCreateInfo, see https://registry.khronos.org/vulkan/specs/latest/man/html/VkPipelineRenderingCreateInfo.html
Public Members
StructureType sType
const void * pNext
uint32_t viewMask
uint32_t colorAttachmentCount
const Format * pColorAttachmentFormats
Format depthAttachmentFormat
Format stencilAttachmentFormat
Public Methods
void PipelineRenderingCreateInfo (uint32_tviewMask_,uint32_tcolorAttachmentCount_,const Format *pColorAttachmentFormats_,FormatdepthAttachmentFormat_,FormatstencilAttachmentFormat_,const void *pNext_)
Defined at line 162998 of file ../../third_party/Vulkan-Headers/src/include/vulkan/vulkan_structs.hpp
void PipelineRenderingCreateInfo (const PipelineRenderingCreateInfo & rhs)
Defined at line 163013 of file ../../third_party/Vulkan-Headers/src/include/vulkan/vulkan_structs.hpp
void PipelineRenderingCreateInfo (const VkPipelineRenderingCreateInfo & rhs)
Defined at line 163015 of file ../../third_party/Vulkan-Headers/src/include/vulkan/vulkan_structs.hpp
void PipelineRenderingCreateInfo (uint32_tviewMask_,const ArrayProxyNoTemporaries<const Format> &colorAttachmentFormats_,FormatdepthAttachmentFormat_,FormatstencilAttachmentFormat_,const void *pNext_)
Defined at line 163021 of file ../../third_party/Vulkan-Headers/src/include/vulkan/vulkan_structs.hpp
PipelineRenderingCreateInfo & operator= (const PipelineRenderingCreateInfo & rhs)
Defined at line 163036 of file ../../third_party/Vulkan-Headers/src/include/vulkan/vulkan_structs.hpp
PipelineRenderingCreateInfo & operator= (const VkPipelineRenderingCreateInfo & rhs)
Defined at line 163039 of file ../../third_party/Vulkan-Headers/src/include/vulkan/vulkan_structs.hpp
PipelineRenderingCreateInfo & setPNext (const void * pNext_)
Defined at line 163046 of file ../../third_party/Vulkan-Headers/src/include/vulkan/vulkan_structs.hpp
PipelineRenderingCreateInfo && setPNext (const void * pNext_)
Defined at line 163052 of file ../../third_party/Vulkan-Headers/src/include/vulkan/vulkan_structs.hpp
PipelineRenderingCreateInfo & setViewMask (uint32_t viewMask_)
Defined at line 163058 of file ../../third_party/Vulkan-Headers/src/include/vulkan/vulkan_structs.hpp
PipelineRenderingCreateInfo && setViewMask (uint32_t viewMask_)
Defined at line 163064 of file ../../third_party/Vulkan-Headers/src/include/vulkan/vulkan_structs.hpp
PipelineRenderingCreateInfo & setColorAttachmentCount (uint32_t colorAttachmentCount_)
Defined at line 163070 of file ../../third_party/Vulkan-Headers/src/include/vulkan/vulkan_structs.hpp
PipelineRenderingCreateInfo && setColorAttachmentCount (uint32_t colorAttachmentCount_)
Defined at line 163076 of file ../../third_party/Vulkan-Headers/src/include/vulkan/vulkan_structs.hpp
PipelineRenderingCreateInfo & setPColorAttachmentFormats (const Format * pColorAttachmentFormats_)
Defined at line 163082 of file ../../third_party/Vulkan-Headers/src/include/vulkan/vulkan_structs.hpp
PipelineRenderingCreateInfo && setPColorAttachmentFormats (const Format * pColorAttachmentFormats_)
Defined at line 163088 of file ../../third_party/Vulkan-Headers/src/include/vulkan/vulkan_structs.hpp
PipelineRenderingCreateInfo & setColorAttachmentFormats (const ArrayProxyNoTemporaries<const Format> & colorAttachmentFormats_)
Defined at line 163095 of file ../../third_party/Vulkan-Headers/src/include/vulkan/vulkan_structs.hpp
PipelineRenderingCreateInfo & setDepthAttachmentFormat (Format depthAttachmentFormat_)
Defined at line 163103 of file ../../third_party/Vulkan-Headers/src/include/vulkan/vulkan_structs.hpp
PipelineRenderingCreateInfo && setDepthAttachmentFormat (Format depthAttachmentFormat_)
Defined at line 163109 of file ../../third_party/Vulkan-Headers/src/include/vulkan/vulkan_structs.hpp
PipelineRenderingCreateInfo & setStencilAttachmentFormat (Format stencilAttachmentFormat_)
Defined at line 163115 of file ../../third_party/Vulkan-Headers/src/include/vulkan/vulkan_structs.hpp
PipelineRenderingCreateInfo && setStencilAttachmentFormat (Format stencilAttachmentFormat_)
Defined at line 163121 of file ../../third_party/Vulkan-Headers/src/include/vulkan/vulkan_structs.hpp
const VkPipelineRenderingCreateInfo & operator const VkPipelineRenderingCreateInfo & ()
Defined at line 163128 of file ../../third_party/Vulkan-Headers/src/include/vulkan/vulkan_structs.hpp
VkPipelineRenderingCreateInfo & operator VkPipelineRenderingCreateInfo & ()
Defined at line 163133 of file ../../third_party/Vulkan-Headers/src/include/vulkan/vulkan_structs.hpp
const VkPipelineRenderingCreateInfo * operator const VkPipelineRenderingCreateInfo * ()
Defined at line 163138 of file ../../third_party/Vulkan-Headers/src/include/vulkan/vulkan_structs.hpp
VkPipelineRenderingCreateInfo * operator VkPipelineRenderingCreateInfo * ()
Defined at line 163143 of file ../../third_party/Vulkan-Headers/src/include/vulkan/vulkan_structs.hpp
std::strong_ordering operator<=> (const PipelineRenderingCreateInfo & )
Defined at line 163157 of file ../../third_party/Vulkan-Headers/src/include/vulkan/vulkan_structs.hpp