|
Pyrogenesis trunk
|
Pointers to some Vulkan functions - a subset used by the library. More...
#include <vk_mem_alloc.h>
Pointers to some Vulkan functions - a subset used by the library.
| PFN_vkAllocateMemory VMA_NULLABLE VmaVulkanFunctions::vkAllocateMemory |
| PFN_vkBindBufferMemory VMA_NULLABLE VmaVulkanFunctions::vkBindBufferMemory |
| PFN_vkBindImageMemory VMA_NULLABLE VmaVulkanFunctions::vkBindImageMemory |
| PFN_vkCmdCopyBuffer VMA_NULLABLE VmaVulkanFunctions::vkCmdCopyBuffer |
| PFN_vkCreateBuffer VMA_NULLABLE VmaVulkanFunctions::vkCreateBuffer |
| PFN_vkCreateImage VMA_NULLABLE VmaVulkanFunctions::vkCreateImage |
| PFN_vkDestroyBuffer VMA_NULLABLE VmaVulkanFunctions::vkDestroyBuffer |
| PFN_vkDestroyImage VMA_NULLABLE VmaVulkanFunctions::vkDestroyImage |
| PFN_vkFlushMappedMemoryRanges VMA_NULLABLE VmaVulkanFunctions::vkFlushMappedMemoryRanges |
| PFN_vkFreeMemory VMA_NULLABLE VmaVulkanFunctions::vkFreeMemory |
| PFN_vkGetBufferMemoryRequirements VMA_NULLABLE VmaVulkanFunctions::vkGetBufferMemoryRequirements |
| PFN_vkGetDeviceProcAddr VMA_NULLABLE VmaVulkanFunctions::vkGetDeviceProcAddr |
Required when using VMA_DYNAMIC_VULKAN_FUNCTIONS.
| PFN_vkGetImageMemoryRequirements VMA_NULLABLE VmaVulkanFunctions::vkGetImageMemoryRequirements |
| PFN_vkGetInstanceProcAddr VMA_NULLABLE VmaVulkanFunctions::vkGetInstanceProcAddr |
Required when using VMA_DYNAMIC_VULKAN_FUNCTIONS.
| PFN_vkGetPhysicalDeviceMemoryProperties VMA_NULLABLE VmaVulkanFunctions::vkGetPhysicalDeviceMemoryProperties |
| PFN_vkGetPhysicalDeviceProperties VMA_NULLABLE VmaVulkanFunctions::vkGetPhysicalDeviceProperties |
| PFN_vkInvalidateMappedMemoryRanges VMA_NULLABLE VmaVulkanFunctions::vkInvalidateMappedMemoryRanges |
| PFN_vkMapMemory VMA_NULLABLE VmaVulkanFunctions::vkMapMemory |
| PFN_vkUnmapMemory VMA_NULLABLE VmaVulkanFunctions::vkUnmapMemory |