Class ktxStream_setpos

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

public abstract class ktxStream_setpos extends Callback implements ktxStream_setposI
Callback function: ktxStream_setpos
  • Method Details

    • create

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

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

      public static ktxStream_setpos create(ktxStream_setposI instance)
      Creates a ktxStream_setpos instance that delegates to the specified ktxStream_setposI instance.