Class spng_free_fn

java.lang.Object
org.lwjgl.system.Callback
org.lwjgl.util.spng.spng_free_fn
All Implemented Interfaces:
AutoCloseable, CallbackI, NativeResource, Pointer, spng_free_fnI

public abstract class spng_free_fn extends Callback implements spng_free_fnI
Callback function: spng_free_fn
  • Method Details

    • create

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

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

      public static spng_free_fn create(spng_free_fnI instance)
      Creates a spng_free_fn instance that delegates to the specified spng_free_fnI instance.