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
Callback function:
PFN_vkInternalAllocationNotification-
Nested Class Summary
Nested classes/interfaces inherited from class Callback
Callback.DescriptorNested classes/interfaces inherited from interface Pointer
Pointer.Default -
Field Summary
Fields inherited from interface Pointer
BITS32, BITS64, CLONG_SHIFT, CLONG_SIZE, POINTER_SHIFT, POINTER_SIZEFields inherited from interface VkInternalAllocationNotificationI
DESCRIPTOR -
Method Summary
Modifier and TypeMethodDescriptioncreate(long functionPointer) Creates aVkInternalAllocationNotificationinstance from the specified function pointer.create(VkInternalAllocationNotificationI instance) Creates aVkInternalAllocationNotificationinstance that delegates to the specifiedVkInternalAllocationNotificationIinstance.static @Nullable VkInternalAllocationNotificationcreateSafe(long functionPointer) Methods inherited from interface NativeResource
closeMethods inherited from interface VkInternalAllocationNotificationI
callback, getDescriptor, invoke
-
Method Details
-
create
Creates aVkInternalAllocationNotificationinstance from the specified function pointer.- Returns:
- the new
VkInternalAllocationNotification
-
createSafe
-
create
Creates aVkInternalAllocationNotificationinstance that delegates to the specifiedVkInternalAllocationNotificationIinstance.
-