struct ImageFormatListCreateInfo

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

wrapper struct for struct VkImageFormatListCreateInfo, see https://registry.khronos.org/vulkan/specs/latest/man/html/VkImageFormatListCreateInfo.html

Public Members

StructureType sType
const void * pNext
uint32_t viewFormatCount
const Format * pViewFormats

Public Methods

void ImageFormatListCreateInfo (uint32_t viewFormatCount_, const Format * pViewFormats_, const void * pNext_)

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

void ImageFormatListCreateInfo (const ImageFormatListCreateInfo & rhs)

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

void ImageFormatListCreateInfo (const VkImageFormatListCreateInfo & rhs)

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

void ImageFormatListCreateInfo (const ArrayProxyNoTemporaries<const Format> & viewFormats_, const void * pNext_)

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

ImageFormatListCreateInfo & operator= (const ImageFormatListCreateInfo & rhs)

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

ImageFormatListCreateInfo & operator= (const VkImageFormatListCreateInfo & rhs)

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

ImageFormatListCreateInfo & setPNext (const void * pNext_)

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

ImageFormatListCreateInfo && setPNext (const void * pNext_)

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

ImageFormatListCreateInfo & setViewFormatCount (uint32_t viewFormatCount_)

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

ImageFormatListCreateInfo && setViewFormatCount (uint32_t viewFormatCount_)

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

ImageFormatListCreateInfo & setPViewFormats (const Format * pViewFormats_)

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

ImageFormatListCreateInfo && setPViewFormats (const Format * pViewFormats_)

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

ImageFormatListCreateInfo & setViewFormats (const ArrayProxyNoTemporaries<const Format> & viewFormats_)

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

const VkImageFormatListCreateInfo & operator const VkImageFormatListCreateInfo & ()

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

VkImageFormatListCreateInfo & operator VkImageFormatListCreateInfo & ()

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

const VkImageFormatListCreateInfo * operator const VkImageFormatListCreateInfo * ()

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

VkImageFormatListCreateInfo * operator VkImageFormatListCreateInfo * ()

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

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

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