struct RenderingAreaInfo
Defined at line 112335 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 RenderingAreaInfo (uint32_t viewMask_, uint32_t colorAttachmentCount_, const vk::Format * pColorAttachmentFormats_, vk::Format depthAttachmentFormat_, vk::Format stencilAttachmentFormat_, const void * pNext_)
Defined at line 112343 of file ../../third_party/Vulkan-Headers/src/include/vulkan/vulkan_structs.hpp
void RenderingAreaInfo (const RenderingAreaInfo & rhs)
Defined at line 112358 of file ../../third_party/Vulkan-Headers/src/include/vulkan/vulkan_structs.hpp
void RenderingAreaInfo (const VkRenderingAreaInfo & rhs)
Defined at line 112360 of file ../../third_party/Vulkan-Headers/src/include/vulkan/vulkan_structs.hpp
void RenderingAreaInfo (uint32_t viewMask_, const vk::ArrayProxyNoTemporaries<const vk::Format> & colorAttachmentFormats_, vk::Format depthAttachmentFormat_, vk::Format stencilAttachmentFormat_, const void * pNext_)
Defined at line 112363 of file ../../third_party/Vulkan-Headers/src/include/vulkan/vulkan_structs.hpp
RenderingAreaInfo & operator= (const RenderingAreaInfo & rhs)
Defined at line 112378 of file ../../third_party/Vulkan-Headers/src/include/vulkan/vulkan_structs.hpp
RenderingAreaInfo & operator= (const VkRenderingAreaInfo & rhs)
Defined at line 112381 of file ../../third_party/Vulkan-Headers/src/include/vulkan/vulkan_structs.hpp
RenderingAreaInfo & setPNext (const void * pNext_)
Defined at line 112388 of file ../../third_party/Vulkan-Headers/src/include/vulkan/vulkan_structs.hpp
RenderingAreaInfo & setViewMask (uint32_t viewMask_)
Defined at line 112394 of file ../../third_party/Vulkan-Headers/src/include/vulkan/vulkan_structs.hpp
RenderingAreaInfo & setColorAttachmentCount (uint32_t colorAttachmentCount_)
Defined at line 112400 of file ../../third_party/Vulkan-Headers/src/include/vulkan/vulkan_structs.hpp
RenderingAreaInfo & setPColorAttachmentFormats (const vk::Format * pColorAttachmentFormats_)
Defined at line 112406 of file ../../third_party/Vulkan-Headers/src/include/vulkan/vulkan_structs.hpp
RenderingAreaInfo & setColorAttachmentFormats (const vk::ArrayProxyNoTemporaries<const vk::Format> & colorAttachmentFormats_)
Defined at line 112413 of file ../../third_party/Vulkan-Headers/src/include/vulkan/vulkan_structs.hpp
RenderingAreaInfo & setDepthAttachmentFormat (vk::Format depthAttachmentFormat_)
Defined at line 112422 of file ../../third_party/Vulkan-Headers/src/include/vulkan/vulkan_structs.hpp
RenderingAreaInfo & setStencilAttachmentFormat (vk::Format stencilAttachmentFormat_)
Defined at line 112428 of file ../../third_party/Vulkan-Headers/src/include/vulkan/vulkan_structs.hpp
const VkRenderingAreaInfo & operator const VkRenderingAreaInfo & ()
Defined at line 112435 of file ../../third_party/Vulkan-Headers/src/include/vulkan/vulkan_structs.hpp
VkRenderingAreaInfo & operator VkRenderingAreaInfo & ()
Defined at line 112440 of file ../../third_party/Vulkan-Headers/src/include/vulkan/vulkan_structs.hpp
std::strong_ordering operator<=> (const RenderingAreaInfo & )
Defined at line 112464 of file ../../third_party/Vulkan-Headers/src/include/vulkan/vulkan_structs.hpp