Interface VulkanHostAllocatorCallbacksType
- All Known Implementing Classes:
VulkanHostAllocatorCallbacks
@Immutable
public interface VulkanHostAllocatorCallbacksType
Vulkan host allocation functions.
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic interfaceA function to allocate memory.static interfaceA function to deallocate memory.static interfaceA function called on internal allocations.static interfaceA function called on internal allocations.static interfaceA function to reallocate memory. -
Method Summary
Modifier and TypeMethodDescription
-
Method Details
-
allocation
- Returns:
- The allocation function
-
deallocation
VulkanHostAllocatorCallbacksType.DeallocationFunctionType deallocation()- Returns:
- The deallocation function
-
reallocation
VulkanHostAllocatorCallbacksType.ReallocationFunctionType reallocation()- Returns:
- The reallocation function
-
onInternalAllocation
VulkanHostAllocatorCallbacksType.InternalAllocationNotificationType onInternalAllocation()- Returns:
- The internal allocation notification function
-
onInternalDeallocation
VulkanHostAllocatorCallbacksType.InternalFreeNotificationType onInternalDeallocation()- Returns:
- The internal deallocation notification function
-