Class ktxStream_destruct

java.lang.Object
org.lwjgl.system.Callback
org.lwjgl.util.ktx.ktxStream_destruct
All Implemented Interfaces:
AutoCloseable, CallbackI, NativeResource, Pointer, ktxStream_destructI

public abstract class ktxStream_destruct extends Callback implements ktxStream_destructI
Callback function: ktxStream_destruct
  • Method Details

    • create

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

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

      public static ktxStream_destruct create(ktxStream_destructI instance)
      Creates a ktxStream_destruct instance that delegates to the specified ktxStream_destructI instance.