|
SDL
2.0
|
#include <vulkan_core.h>
Collaboration diagram for VkImageFormatProperties:Data Fields | |
| VkExtent3D | maxExtent |
| uint32_t | maxMipLevels |
| uint32_t | maxArrayLayers |
| VkSampleCountFlags | sampleCounts |
| VkDeviceSize | maxResourceSize |
Definition at line 1863 of file vulkan_core.h.
| uint32_t VkImageFormatProperties::maxArrayLayers |
Definition at line 1866 of file vulkan_core.h.
| VkExtent3D VkImageFormatProperties::maxExtent |
Definition at line 1864 of file vulkan_core.h.
| uint32_t VkImageFormatProperties::maxMipLevels |
Definition at line 1865 of file vulkan_core.h.
| VkDeviceSize VkImageFormatProperties::maxResourceSize |
Definition at line 1868 of file vulkan_core.h.
| VkSampleCountFlags VkImageFormatProperties::sampleCounts |
Definition at line 1867 of file vulkan_core.h.