Github User Fetcher 1.0.0
C Application with Server and GUI
|
#include <vulkan_core.h>
Data Fields | |
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 3470 of file vulkan_core.h.
uint32_t VkImageCreateInfo::arrayLayers |
Definition at line 3478 of file vulkan_core.h.
VkExtent3D VkImageCreateInfo::extent |
Definition at line 3476 of file vulkan_core.h.
VkImageCreateFlags VkImageCreateInfo::flags |
Definition at line 3473 of file vulkan_core.h.
VkFormat VkImageCreateInfo::format |
Definition at line 3475 of file vulkan_core.h.
VkImageType VkImageCreateInfo::imageType |
Definition at line 3474 of file vulkan_core.h.
VkImageLayout VkImageCreateInfo::initialLayout |
Definition at line 3485 of file vulkan_core.h.
uint32_t VkImageCreateInfo::mipLevels |
Definition at line 3477 of file vulkan_core.h.
const void* VkImageCreateInfo::pNext |
Definition at line 3472 of file vulkan_core.h.
const uint32_t* VkImageCreateInfo::pQueueFamilyIndices |
Definition at line 3484 of file vulkan_core.h.
uint32_t VkImageCreateInfo::queueFamilyIndexCount |
Definition at line 3483 of file vulkan_core.h.
VkSampleCountFlagBits VkImageCreateInfo::samples |
Definition at line 3479 of file vulkan_core.h.
VkSharingMode VkImageCreateInfo::sharingMode |
Definition at line 3482 of file vulkan_core.h.
VkStructureType VkImageCreateInfo::sType |
Definition at line 3471 of file vulkan_core.h.
VkImageTiling VkImageCreateInfo::tiling |
Definition at line 3480 of file vulkan_core.h.
VkImageUsageFlags VkImageCreateInfo::usage |
Definition at line 3481 of file vulkan_core.h.