public abstract class VkInternalFreeNotification extends org.lwjgl.system.Callback implements VkInternalFreeNotificationI
The type of pfnInternalFree is:
typedef void (VKAPI_PTR *PFN_vkInternalFreeNotification)(
void* pUserData,
size_t size,
VkInternalAllocationType allocationType,
VkSystemAllocationScope allocationScope);
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 VkInternalFreeNotification |
create(long functionPointer)
Creates a
VkInternalFreeNotification instance from the specified function pointer. |
static VkInternalFreeNotification |
create(VkInternalFreeNotificationI instance)
Creates a
VkInternalFreeNotification instance that delegates to the specified VkInternalFreeNotificationI instance. |
static VkInternalFreeNotification |
createSafe(long functionPointer)
|
__stdcall, address, equals, free, free, get, getSafe, hashCode, toStringcallback, getSignature, invokepublic static VkInternalFreeNotification create(long functionPointer)
VkInternalFreeNotification instance from the specified function pointer.VkInternalFreeNotification@Nullable public static VkInternalFreeNotification createSafe(long functionPointer)
public static VkInternalFreeNotification create(VkInternalFreeNotificationI instance)
VkInternalFreeNotification instance that delegates to the specified VkInternalFreeNotificationI instance.Copyright LWJGL. All Rights Reserved. License terms.