Vulkan-Hpp
VkImageFormatProperties Struct Reference

#include <vulkan_core.h>

Public Attributes

VkExtent3D maxExtent
 
uint32_t maxMipLevels
 
uint32_t maxArrayLayers
 
VkSampleCountFlags sampleCounts
 
VkDeviceSize maxResourceSize
 

Detailed Description

Definition at line 2951 of file vulkan_core.h.

Member Data Documentation

◆ maxArrayLayers

uint32_t VkImageFormatProperties::maxArrayLayers

Definition at line 2954 of file vulkan_core.h.

◆ maxExtent

VkExtent3D VkImageFormatProperties::maxExtent

Definition at line 2952 of file vulkan_core.h.

◆ maxMipLevels

uint32_t VkImageFormatProperties::maxMipLevels

Definition at line 2953 of file vulkan_core.h.

◆ maxResourceSize

VkDeviceSize VkImageFormatProperties::maxResourceSize

Definition at line 2956 of file vulkan_core.h.

◆ sampleCounts

VkSampleCountFlags VkImageFormatProperties::sampleCounts

Definition at line 2955 of file vulkan_core.h.


The documentation for this struct was generated from the following file: