Class VkFreeFunction

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

public abstract class VkFreeFunction extends Callback implements VkFreeFunctionI
Callback function: PFN_vkFreeFunction
  • Method Details

    • create

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

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

      public static VkFreeFunction create(VkFreeFunctionI instance)
      Creates a VkFreeFunction instance that delegates to the specified VkFreeFunctionI instance.