struct ImageFormatProperties

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

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

Public Members

Extent3D maxExtent
uint32_t maxMipLevels
uint32_t maxArrayLayers
Flags sampleCounts
DeviceSize maxResourceSize

Public Methods

void ImageFormatProperties (Extent3D maxExtent_, uint32_t maxMipLevels_, uint32_t maxArrayLayers_, SampleCountFlags sampleCounts_, DeviceSize maxResourceSize_)

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

void ImageFormatProperties (const ImageFormatProperties & rhs)

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

void ImageFormatProperties (const VkImageFormatProperties & rhs)

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

ImageFormatProperties & operator= (const ImageFormatProperties & rhs)

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

ImageFormatProperties & operator= (const VkImageFormatProperties & rhs)

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

const VkImageFormatProperties & operator const VkImageFormatProperties & ()

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

VkImageFormatProperties & operator VkImageFormatProperties & ()

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

const VkImageFormatProperties * operator const VkImageFormatProperties * ()

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

VkImageFormatProperties * operator VkImageFormatProperties * ()

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

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

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