SDL 2.0
|
#include <vulkan_core.h>
Data Fields | |
VkStructureType | sType |
const void * | pNext |
VkFormat | format |
VkImageType | type |
VkImageTiling | tiling |
VkImageUsageFlags | usage |
VkImageCreateFlags | flags |
Definition at line 4176 of file vulkan_core.h.
VkImageCreateFlags VkPhysicalDeviceImageFormatInfo2::flags |
Definition at line 4183 of file vulkan_core.h.
VkFormat VkPhysicalDeviceImageFormatInfo2::format |
Definition at line 4179 of file vulkan_core.h.
const void* VkPhysicalDeviceImageFormatInfo2::pNext |
Definition at line 4178 of file vulkan_core.h.
VkStructureType VkPhysicalDeviceImageFormatInfo2::sType |
Definition at line 4177 of file vulkan_core.h.
VkImageTiling VkPhysicalDeviceImageFormatInfo2::tiling |
Definition at line 4181 of file vulkan_core.h.
VkImageType VkPhysicalDeviceImageFormatInfo2::type |
Definition at line 4180 of file vulkan_core.h.
VkImageUsageFlags VkPhysicalDeviceImageFormatInfo2::usage |
Definition at line 4182 of file vulkan_core.h.