vkQuake2 doxygen  1.0 dev
VmaVulkanFunctions Struct Reference

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
 

Detailed Description

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.

Member Data Documentation

◆ vkAllocateMemory

PFN_vkAllocateMemory VmaVulkanFunctions::vkAllocateMemory

Definition at line 1812 of file vk_mem_alloc.h.

◆ vkBindBufferMemory

PFN_vkBindBufferMemory VmaVulkanFunctions::vkBindBufferMemory

Definition at line 1818 of file vk_mem_alloc.h.

◆ vkBindImageMemory

PFN_vkBindImageMemory VmaVulkanFunctions::vkBindImageMemory

Definition at line 1819 of file vk_mem_alloc.h.

◆ vkCmdCopyBuffer

PFN_vkCmdCopyBuffer VmaVulkanFunctions::vkCmdCopyBuffer

Definition at line 1826 of file vk_mem_alloc.h.

◆ vkCreateBuffer

PFN_vkCreateBuffer VmaVulkanFunctions::vkCreateBuffer

Definition at line 1822 of file vk_mem_alloc.h.

◆ vkCreateImage

PFN_vkCreateImage VmaVulkanFunctions::vkCreateImage

Definition at line 1824 of file vk_mem_alloc.h.

◆ vkDestroyBuffer

PFN_vkDestroyBuffer VmaVulkanFunctions::vkDestroyBuffer

Definition at line 1823 of file vk_mem_alloc.h.

◆ vkDestroyImage

PFN_vkDestroyImage VmaVulkanFunctions::vkDestroyImage

Definition at line 1825 of file vk_mem_alloc.h.

◆ vkFlushMappedMemoryRanges

PFN_vkFlushMappedMemoryRanges VmaVulkanFunctions::vkFlushMappedMemoryRanges

Definition at line 1816 of file vk_mem_alloc.h.

◆ vkFreeMemory

PFN_vkFreeMemory VmaVulkanFunctions::vkFreeMemory

Definition at line 1813 of file vk_mem_alloc.h.

◆ vkGetBufferMemoryRequirements

PFN_vkGetBufferMemoryRequirements VmaVulkanFunctions::vkGetBufferMemoryRequirements

Definition at line 1820 of file vk_mem_alloc.h.

◆ vkGetImageMemoryRequirements

PFN_vkGetImageMemoryRequirements VmaVulkanFunctions::vkGetImageMemoryRequirements

Definition at line 1821 of file vk_mem_alloc.h.

◆ vkGetPhysicalDeviceMemoryProperties

PFN_vkGetPhysicalDeviceMemoryProperties VmaVulkanFunctions::vkGetPhysicalDeviceMemoryProperties

Definition at line 1811 of file vk_mem_alloc.h.

◆ vkGetPhysicalDeviceProperties

PFN_vkGetPhysicalDeviceProperties VmaVulkanFunctions::vkGetPhysicalDeviceProperties

Definition at line 1810 of file vk_mem_alloc.h.

◆ vkInvalidateMappedMemoryRanges

PFN_vkInvalidateMappedMemoryRanges VmaVulkanFunctions::vkInvalidateMappedMemoryRanges

Definition at line 1817 of file vk_mem_alloc.h.

◆ vkMapMemory

PFN_vkMapMemory VmaVulkanFunctions::vkMapMemory

Definition at line 1814 of file vk_mem_alloc.h.

◆ vkUnmapMemory

PFN_vkUnmapMemory VmaVulkanFunctions::vkUnmapMemory

Definition at line 1815 of file vk_mem_alloc.h.