struct RenderingAreaInfo
Defined at line 178007 of file ../../third_party/Vulkan-Headers/src/include/vulkan/vulkan_structs.hpp
wrapper struct for struct VkRenderingAreaInfo, see https://registry.khronos.org/vulkan/specs/latest/man/html/VkRenderingAreaInfo.html
Public Members
StructureType sType
const void * pNext
uint32_t viewMask
uint32_t colorAttachmentCount
const Format * pColorAttachmentFormats
Format depthAttachmentFormat
Format stencilAttachmentFormat
Public Methods
void RenderingAreaInfo (uint32_tviewMask_,uint32_tcolorAttachmentCount_,const Format *pColorAttachmentFormats_,FormatdepthAttachmentFormat_,FormatstencilAttachmentFormat_,const void *pNext_)
Defined at line 178015 of file ../../third_party/Vulkan-Headers/src/include/vulkan/vulkan_structs.hpp
void RenderingAreaInfo (const RenderingAreaInfo & rhs)
Defined at line 178030 of file ../../third_party/Vulkan-Headers/src/include/vulkan/vulkan_structs.hpp
void RenderingAreaInfo (const VkRenderingAreaInfo & rhs)
Defined at line 178032 of file ../../third_party/Vulkan-Headers/src/include/vulkan/vulkan_structs.hpp
void RenderingAreaInfo (uint32_tviewMask_,const ArrayProxyNoTemporaries<const Format> &colorAttachmentFormats_,FormatdepthAttachmentFormat_,FormatstencilAttachmentFormat_,const void *pNext_)
Defined at line 178035 of file ../../third_party/Vulkan-Headers/src/include/vulkan/vulkan_structs.hpp
RenderingAreaInfo & operator= (const RenderingAreaInfo & rhs)
Defined at line 178050 of file ../../third_party/Vulkan-Headers/src/include/vulkan/vulkan_structs.hpp
RenderingAreaInfo & operator= (const VkRenderingAreaInfo & rhs)
Defined at line 178053 of file ../../third_party/Vulkan-Headers/src/include/vulkan/vulkan_structs.hpp
RenderingAreaInfo & setPNext (const void * pNext_)
Defined at line 178060 of file ../../third_party/Vulkan-Headers/src/include/vulkan/vulkan_structs.hpp
RenderingAreaInfo && setPNext (const void * pNext_)
Defined at line 178066 of file ../../third_party/Vulkan-Headers/src/include/vulkan/vulkan_structs.hpp
RenderingAreaInfo & setViewMask (uint32_t viewMask_)
Defined at line 178072 of file ../../third_party/Vulkan-Headers/src/include/vulkan/vulkan_structs.hpp
RenderingAreaInfo && setViewMask (uint32_t viewMask_)
Defined at line 178078 of file ../../third_party/Vulkan-Headers/src/include/vulkan/vulkan_structs.hpp
RenderingAreaInfo & setColorAttachmentCount (uint32_t colorAttachmentCount_)
Defined at line 178084 of file ../../third_party/Vulkan-Headers/src/include/vulkan/vulkan_structs.hpp
RenderingAreaInfo && setColorAttachmentCount (uint32_t colorAttachmentCount_)
Defined at line 178090 of file ../../third_party/Vulkan-Headers/src/include/vulkan/vulkan_structs.hpp
RenderingAreaInfo & setPColorAttachmentFormats (const Format * pColorAttachmentFormats_)
Defined at line 178096 of file ../../third_party/Vulkan-Headers/src/include/vulkan/vulkan_structs.hpp
RenderingAreaInfo && setPColorAttachmentFormats (const Format * pColorAttachmentFormats_)
Defined at line 178102 of file ../../third_party/Vulkan-Headers/src/include/vulkan/vulkan_structs.hpp
RenderingAreaInfo & setColorAttachmentFormats (const ArrayProxyNoTemporaries<const Format> & colorAttachmentFormats_)
Defined at line 178109 of file ../../third_party/Vulkan-Headers/src/include/vulkan/vulkan_structs.hpp
RenderingAreaInfo & setDepthAttachmentFormat (Format depthAttachmentFormat_)
Defined at line 178117 of file ../../third_party/Vulkan-Headers/src/include/vulkan/vulkan_structs.hpp
RenderingAreaInfo && setDepthAttachmentFormat (Format depthAttachmentFormat_)
Defined at line 178123 of file ../../third_party/Vulkan-Headers/src/include/vulkan/vulkan_structs.hpp
RenderingAreaInfo & setStencilAttachmentFormat (Format stencilAttachmentFormat_)
Defined at line 178129 of file ../../third_party/Vulkan-Headers/src/include/vulkan/vulkan_structs.hpp
RenderingAreaInfo && setStencilAttachmentFormat (Format stencilAttachmentFormat_)
Defined at line 178135 of file ../../third_party/Vulkan-Headers/src/include/vulkan/vulkan_structs.hpp
const VkRenderingAreaInfo & operator const VkRenderingAreaInfo & ()
Defined at line 178142 of file ../../third_party/Vulkan-Headers/src/include/vulkan/vulkan_structs.hpp
VkRenderingAreaInfo & operator VkRenderingAreaInfo & ()
Defined at line 178147 of file ../../third_party/Vulkan-Headers/src/include/vulkan/vulkan_structs.hpp
const VkRenderingAreaInfo * operator const VkRenderingAreaInfo * ()
Defined at line 178152 of file ../../third_party/Vulkan-Headers/src/include/vulkan/vulkan_structs.hpp
VkRenderingAreaInfo * operator VkRenderingAreaInfo * ()
Defined at line 178157 of file ../../third_party/Vulkan-Headers/src/include/vulkan/vulkan_structs.hpp
std::strong_ordering operator<=> (const RenderingAreaInfo & )
Defined at line 178171 of file ../../third_party/Vulkan-Headers/src/include/vulkan/vulkan_structs.hpp