Class spng_rw_fn

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

public abstract class spng_rw_fn extends Callback implements spng_rw_fnI
Callback function: spng_rw_fn *
  • Method Details

    • create

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

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

      public static spng_rw_fn create(spng_rw_fnI instance)
      Creates a spng_rw_fn instance that delegates to the specified spng_rw_fnI instance.