HDK
|
#include <vulkan_core.h>
Public Attributes | |
VkStructureType | sType |
const void * | pNext |
VkImageCreateFlags | flags |
VkImageType | imageType |
VkFormat | format |
VkExtent3D | extent |
uint32_t | mipLevels |
uint32_t | arrayLayers |
VkSampleCountFlagBits | samples |
VkImageTiling | tiling |
VkImageUsageFlags | usage |
VkSharingMode | sharingMode |
uint32_t | queueFamilyIndexCount |
const uint32_t * | pQueueFamilyIndices |
VkImageLayout | initialLayout |
Definition at line 3359 of file vulkan_core.h.
uint32_t VkImageCreateInfo::arrayLayers |
Definition at line 3367 of file vulkan_core.h.
VkExtent3D VkImageCreateInfo::extent |
Definition at line 3365 of file vulkan_core.h.
VkImageCreateFlags VkImageCreateInfo::flags |
Definition at line 3362 of file vulkan_core.h.
VkFormat VkImageCreateInfo::format |
Definition at line 3364 of file vulkan_core.h.
VkImageType VkImageCreateInfo::imageType |
Definition at line 3363 of file vulkan_core.h.
VkImageLayout VkImageCreateInfo::initialLayout |
Definition at line 3374 of file vulkan_core.h.
uint32_t VkImageCreateInfo::mipLevels |
Definition at line 3366 of file vulkan_core.h.
const void* VkImageCreateInfo::pNext |
Definition at line 3361 of file vulkan_core.h.
const uint32_t* VkImageCreateInfo::pQueueFamilyIndices |
Definition at line 3373 of file vulkan_core.h.
uint32_t VkImageCreateInfo::queueFamilyIndexCount |
Definition at line 3372 of file vulkan_core.h.
VkSampleCountFlagBits VkImageCreateInfo::samples |
Definition at line 3368 of file vulkan_core.h.
VkSharingMode VkImageCreateInfo::sharingMode |
Definition at line 3371 of file vulkan_core.h.
VkStructureType VkImageCreateInfo::sType |
Definition at line 3360 of file vulkan_core.h.
VkImageTiling VkImageCreateInfo::tiling |
Definition at line 3369 of file vulkan_core.h.
VkImageUsageFlags VkImageCreateInfo::usage |
Definition at line 3370 of file vulkan_core.h.