Interface VulkanHostAllocatorType
- All Superinterfaces:
VulkanHostAllocatorCallbacksType.AllocationFunctionType, VulkanHostAllocatorCallbacksType.DeallocationFunctionType, VulkanHostAllocatorCallbacksType.InternalAllocationNotificationType, VulkanHostAllocatorCallbacksType.InternalFreeNotificationType, VulkanHostAllocatorCallbacksType.ReallocationFunctionType
- All Known Implementing Classes:
VulkanHostAllocatorTracker, VulkanLWJGLHostAllocatorJeMalloc
public interface VulkanHostAllocatorType
extends VulkanHostAllocatorCallbacksType.ReallocationFunctionType, VulkanHostAllocatorCallbacksType.AllocationFunctionType, VulkanHostAllocatorCallbacksType.DeallocationFunctionType, VulkanHostAllocatorCallbacksType.InternalAllocationNotificationType, VulkanHostAllocatorCallbacksType.InternalFreeNotificationType
The type of host allocators.
-
Method Summary
Methods inherited from interface VulkanHostAllocatorCallbacksType.AllocationFunctionType
allocateMethods inherited from interface VulkanHostAllocatorCallbacksType.DeallocationFunctionType
deallocateMethods inherited from interface VulkanHostAllocatorCallbacksType.InternalAllocationNotificationType
onAllocationMethods inherited from interface VulkanHostAllocatorCallbacksType.InternalFreeNotificationType
onFreeMethods inherited from interface VulkanHostAllocatorCallbacksType.ReallocationFunctionType
reallocate
-
Method Details
-
createCallbacks
VulkanHostAllocatorCallbacks createCallbacks()- Returns:
- The methods as a set of callbacks
-