Package org.lwjgl.stb

Class STBIROutputCallback

java.lang.Object
org.lwjgl.system.Callback
org.lwjgl.stb.STBIROutputCallback
All Implemented Interfaces:
AutoCloseable, STBIROutputCallbackI, CallbackI, NativeResource, Pointer

public abstract class STBIROutputCallback extends Callback implements STBIROutputCallbackI
Callback function: stbir_output_callback *
  • Method Details

    • create

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

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

      public static STBIROutputCallback create(STBIROutputCallbackI instance)
      Creates a STBIROutputCallback instance that delegates to the specified STBIROutputCallbackI instance.