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 com.io7m.jcoronado.api.VulkanHostAllocatorCallbacksType.AllocationFunctionType
allocateMethods inherited from interface com.io7m.jcoronado.api.VulkanHostAllocatorCallbacksType.DeallocationFunctionType
deallocateMethods inherited from interface com.io7m.jcoronado.api.VulkanHostAllocatorCallbacksType.InternalAllocationNotificationType
onAllocationMethods inherited from interface com.io7m.jcoronado.api.VulkanHostAllocatorCallbacksType.InternalFreeNotificationType
onFreeMethods inherited from interface com.io7m.jcoronado.api.VulkanHostAllocatorCallbacksType.ReallocationFunctionType
reallocate
-
Method Details
-
createCallbacks
VulkanHostAllocatorCallbacks createCallbacks()- Returns:
- The methods as a set of callbacks
-