Class VkInternalAllocationNotification

java.lang.Object
org.lwjgl.system.Callback
org.lwjgl.vulkan.VkInternalAllocationNotification
All Implemented Interfaces:
AutoCloseable, CallbackI, NativeResource, Pointer, VkInternalAllocationNotificationI

public abstract class VkInternalAllocationNotification extends Callback implements VkInternalAllocationNotificationI
Application-defined memory allocation notification function.
C Specification

The type of pfnInternalAllocation is:


 typedef void (VKAPI_PTR *PFN_vkInternalAllocationNotification)(
     void*                                       pUserData,
     size_t                                      size,
     VkInternalAllocationType                    allocationType,
     VkSystemAllocationScope                     allocationScope);
Description

This is a purely informational callback.

See Also

VkAllocationCallbacks