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
- Returns:
- The deallocation function
-
reallocation
- Returns:
- The reallocation function
-
onInternalAllocation
@Parameter VulkanHostAllocatorCallbacksType.InternalAllocationNotificationType onInternalAllocation()- Returns:
- The internal allocation notification function
-
onInternalDeallocation
- Returns:
- The internal deallocation notification function
-