Searched defs:VmaVulkanFunctions (Results 1 – 3 of 3) sorted by relevance
1735 typedef struct VmaVulkanFunctions { struct1757 } VmaVulkanFunctions; argument
2212 typedef struct VmaVulkanFunctions { struct2213 PFN_vkGetPhysicalDeviceProperties VMA_NULLABLE vkGetPhysicalDeviceProperties;2214 PFN_vkGetPhysicalDeviceMemoryProperties VMA_NULLABLE vkGetPhysicalDeviceMemoryProperties;2215 PFN_vkAllocateMemory VMA_NULLABLE vkAllocateMemory;2216 PFN_vkFreeMemory VMA_NULLABLE vkFreeMemory;2217 PFN_vkMapMemory VMA_NULLABLE vkMapMemory;2241 } VmaVulkanFunctions; argument
452 typedef struct VmaVulkanFunctions { struct453 PFN_vkGetPhysicalDeviceProperties VMA_NULLABLE vkGetPhysicalDeviceProperties;454 PFN_vkGetPhysicalDeviceMemoryProperties VMA_NULLABLE vkGetPhysicalDeviceMemoryProperties;455 PFN_vkAllocateMemory VMA_NULLABLE vkAllocateMemory;456 PFN_vkFreeMemory VMA_NULLABLE vkFreeMemory;457 PFN_vkMapMemory VMA_NULLABLE vkMapMemory;458 PFN_vkUnmapMemory VMA_NULLABLE vkUnmapMemory;459 PFN_vkFlushMappedMemoryRanges VMA_NULLABLE vkFlushMappedMemoryRanges;460 PFN_vkInvalidateMappedMemoryRanges VMA_NULLABLE vkInvalidateMappedMemoryRanges;461 PFN_vkBindBufferMemory VMA_NULLABLE vkBindBufferMemory;[all …]