Class VkReallocationFunction

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

public abstract class VkReallocationFunction extends Callback implements VkReallocationFunctionI
Callback function: PFN_vkReallocationFunction
  • Method Details

    • create

      public static VkReallocationFunction create(long functionPointer)
      Creates a VkReallocationFunction instance from the specified function pointer.
      Returns:
      the new VkReallocationFunction
    • createSafe

      public static @Nullable VkReallocationFunction createSafe(long functionPointer)
      Like create, but returns null if functionPointer is NULL.
    • create

      public static VkReallocationFunction create(VkReallocationFunctionI instance)
      Creates a VkReallocationFunction instance that delegates to the specified VkReallocationFunctionI instance.