public abstract class VkInternalAllocationNotification extends org.lwjgl.system.Callback implements VkInternalAllocationNotificationI
The type of pfnInternalAllocation is:
typedef void (VKAPI_PTR *PFN_vkInternalAllocationNotification)(
void* pUserData,
size_t size,
VkInternalAllocationType allocationType,
VkSystemAllocationScope allocationScope);
This is a purely informational callback.
org.lwjgl.system.CallbackI.B, org.lwjgl.system.CallbackI.D, org.lwjgl.system.CallbackI.F, org.lwjgl.system.CallbackI.I, org.lwjgl.system.CallbackI.J, org.lwjgl.system.CallbackI.N, org.lwjgl.system.CallbackI.P, org.lwjgl.system.CallbackI.S, org.lwjgl.system.CallbackI.V, org.lwjgl.system.CallbackI.ZSIGNATURE| Modifier and Type | Method and Description |
|---|---|
static VkInternalAllocationNotification |
create(long functionPointer)
Creates a
VkInternalAllocationNotification instance from the specified function pointer. |
static VkInternalAllocationNotification |
create(VkInternalAllocationNotificationI instance)
Creates a
VkInternalAllocationNotification instance that delegates to the specified VkInternalAllocationNotificationI instance. |
static VkInternalAllocationNotification |
createSafe(long functionPointer)
|
__stdcall, address, equals, free, free, get, getSafe, hashCode, toStringcallback, getSignature, invokepublic static VkInternalAllocationNotification create(long functionPointer)
VkInternalAllocationNotification instance from the specified function pointer.VkInternalAllocationNotification@Nullable public static VkInternalAllocationNotification createSafe(long functionPointer)
public static VkInternalAllocationNotification create(VkInternalAllocationNotificationI instance)
VkInternalAllocationNotification instance that delegates to the specified VkInternalAllocationNotificationI instance.Copyright LWJGL. All Rights Reserved. License terms.