Package org.lwjgl.stb

Class STBIRSupportCallback

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

public abstract class STBIRSupportCallback extends Callback implements STBIRSupportCallbackI
Callback function: stbir__support_callback *
  • Method Details

    • create

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

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

      public static STBIRSupportCallback create(STBIRSupportCallbackI instance)
      Creates a STBIRSupportCallback instance that delegates to the specified STBIRSupportCallbackI instance.