Flutter Engine
The Flutter Engine
|
#include <vulkan_core.h>
Public Attributes | |
VkExtent3D | maxExtent |
uint32_t | maxMipLevels |
uint32_t | maxArrayLayers |
VkSampleCountFlags | sampleCounts |
VkDeviceSize | maxResourceSize |
Definition at line 3018 of file vulkan_core.h.
uint32_t VkImageFormatProperties::maxArrayLayers |
Definition at line 3021 of file vulkan_core.h.
VkExtent3D VkImageFormatProperties::maxExtent |
Definition at line 3019 of file vulkan_core.h.
uint32_t VkImageFormatProperties::maxMipLevels |
Definition at line 3020 of file vulkan_core.h.
VkDeviceSize VkImageFormatProperties::maxResourceSize |
Definition at line 3023 of file vulkan_core.h.
VkSampleCountFlags VkImageFormatProperties::sampleCounts |
Definition at line 3022 of file vulkan_core.h.