#include <vulkan_core.h>
Public Attributes | |
VkBufferCreateFlags | flags |
const void * | pNext |
const uint32_t * | pQueueFamilyIndices |
uint32_t | queueFamilyIndexCount |
VkSharingMode | sharingMode |
VkDeviceSize | size |
VkStructureType | sType |
VkBufferUsageFlags | usage |
Definition at line 2059 of file vulkan_core.h.
VkBufferCreateFlags VkBufferCreateInfo::flags |
Definition at line 2062 of file vulkan_core.h.
const void* VkBufferCreateInfo::pNext |
Definition at line 2061 of file vulkan_core.h.
const uint32_t* VkBufferCreateInfo::pQueueFamilyIndices |
Definition at line 2067 of file vulkan_core.h.
uint32_t VkBufferCreateInfo::queueFamilyIndexCount |
Definition at line 2066 of file vulkan_core.h.
VkSharingMode VkBufferCreateInfo::sharingMode |
Definition at line 2065 of file vulkan_core.h.
VkDeviceSize VkBufferCreateInfo::size |
Definition at line 2063 of file vulkan_core.h.
VkStructureType VkBufferCreateInfo::sType |
Definition at line 2060 of file vulkan_core.h.
VkBufferUsageFlags VkBufferCreateInfo::usage |
Definition at line 2064 of file vulkan_core.h.