Flutter Engine
The Flutter Engine
|
#include <vulkan_core.h>
Public Attributes | |
VkStructureType | sType |
const void * | pNext |
VkFormat | format |
VkImageType | type |
VkImageTiling | tiling |
VkImageUsageFlags | usage |
VkImageCreateFlags | flags |
Definition at line 5292 of file vulkan_core.h.
VkImageCreateFlags VkPhysicalDeviceImageFormatInfo2::flags |
Definition at line 5299 of file vulkan_core.h.
VkFormat VkPhysicalDeviceImageFormatInfo2::format |
Definition at line 5295 of file vulkan_core.h.
const void* VkPhysicalDeviceImageFormatInfo2::pNext |
Definition at line 5294 of file vulkan_core.h.
VkStructureType VkPhysicalDeviceImageFormatInfo2::sType |
Definition at line 5293 of file vulkan_core.h.
VkImageTiling VkPhysicalDeviceImageFormatInfo2::tiling |
Definition at line 5297 of file vulkan_core.h.
VkImageType VkPhysicalDeviceImageFormatInfo2::type |
Definition at line 5296 of file vulkan_core.h.
VkImageUsageFlags VkPhysicalDeviceImageFormatInfo2::usage |
Definition at line 5298 of file vulkan_core.h.