Pointers to some Vulkan functions - a subset used by the library. More...
#include <vk_mem_alloc.h>
Public Attributes | |
PFN_vkGetPhysicalDeviceProperties | vkGetPhysicalDeviceProperties |
PFN_vkGetPhysicalDeviceMemoryProperties | vkGetPhysicalDeviceMemoryProperties |
PFN_vkAllocateMemory | vkAllocateMemory |
PFN_vkFreeMemory | vkFreeMemory |
PFN_vkMapMemory | vkMapMemory |
PFN_vkUnmapMemory | vkUnmapMemory |
PFN_vkFlushMappedMemoryRanges | vkFlushMappedMemoryRanges |
PFN_vkInvalidateMappedMemoryRanges | vkInvalidateMappedMemoryRanges |
PFN_vkBindBufferMemory | vkBindBufferMemory |
PFN_vkBindImageMemory | vkBindImageMemory |
PFN_vkGetBufferMemoryRequirements | vkGetBufferMemoryRequirements |
PFN_vkGetImageMemoryRequirements | vkGetImageMemoryRequirements |
PFN_vkCreateBuffer | vkCreateBuffer |
PFN_vkDestroyBuffer | vkDestroyBuffer |
PFN_vkCreateImage | vkCreateImage |
PFN_vkDestroyImage | vkDestroyImage |
PFN_vkCmdCopyBuffer | vkCmdCopyBuffer |
Pointers to some Vulkan functions - a subset used by the library.
Used in VmaAllocatorCreateInfo::pVulkanFunctions.
Definition at line 1809 of file vk_mem_alloc.h.
PFN_vkAllocateMemory VmaVulkanFunctions::vkAllocateMemory |
Definition at line 1812 of file vk_mem_alloc.h.
PFN_vkBindBufferMemory VmaVulkanFunctions::vkBindBufferMemory |
Definition at line 1818 of file vk_mem_alloc.h.
PFN_vkBindImageMemory VmaVulkanFunctions::vkBindImageMemory |
Definition at line 1819 of file vk_mem_alloc.h.
PFN_vkCmdCopyBuffer VmaVulkanFunctions::vkCmdCopyBuffer |
Definition at line 1826 of file vk_mem_alloc.h.
PFN_vkCreateBuffer VmaVulkanFunctions::vkCreateBuffer |
Definition at line 1822 of file vk_mem_alloc.h.
PFN_vkCreateImage VmaVulkanFunctions::vkCreateImage |
Definition at line 1824 of file vk_mem_alloc.h.
PFN_vkDestroyBuffer VmaVulkanFunctions::vkDestroyBuffer |
Definition at line 1823 of file vk_mem_alloc.h.
PFN_vkDestroyImage VmaVulkanFunctions::vkDestroyImage |
Definition at line 1825 of file vk_mem_alloc.h.
PFN_vkFlushMappedMemoryRanges VmaVulkanFunctions::vkFlushMappedMemoryRanges |
Definition at line 1816 of file vk_mem_alloc.h.
PFN_vkFreeMemory VmaVulkanFunctions::vkFreeMemory |
Definition at line 1813 of file vk_mem_alloc.h.
PFN_vkGetBufferMemoryRequirements VmaVulkanFunctions::vkGetBufferMemoryRequirements |
Definition at line 1820 of file vk_mem_alloc.h.
PFN_vkGetImageMemoryRequirements VmaVulkanFunctions::vkGetImageMemoryRequirements |
Definition at line 1821 of file vk_mem_alloc.h.
PFN_vkGetPhysicalDeviceMemoryProperties VmaVulkanFunctions::vkGetPhysicalDeviceMemoryProperties |
Definition at line 1811 of file vk_mem_alloc.h.
PFN_vkGetPhysicalDeviceProperties VmaVulkanFunctions::vkGetPhysicalDeviceProperties |
Definition at line 1810 of file vk_mem_alloc.h.
PFN_vkInvalidateMappedMemoryRanges VmaVulkanFunctions::vkInvalidateMappedMemoryRanges |
Definition at line 1817 of file vk_mem_alloc.h.
PFN_vkMapMemory VmaVulkanFunctions::vkMapMemory |
Definition at line 1814 of file vk_mem_alloc.h.
PFN_vkUnmapMemory VmaVulkanFunctions::vkUnmapMemory |
Definition at line 1815 of file vk_mem_alloc.h.