Class ExrFetchCancel

java.lang.Object
org.lwjgl.system.Callback
org.lwjgl.util.tinyexr.ExrFetchCancel
All Implemented Interfaces:
AutoCloseable, CallbackI, NativeResource, Pointer, ExrFetchCancelI

public abstract class ExrFetchCancel extends Callback implements ExrFetchCancelI
Callback function: ExrFetchCancel
  • Method Details

    • create

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

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

      public static ExrFetchCancel create(ExrFetchCancelI instance)
      Creates a ExrFetchCancel instance that delegates to the specified ExrFetchCancelI instance.