Class ExrFetchCallback

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

public abstract class ExrFetchCallback extends Callback implements ExrFetchCallbackI
Callback function: ExrFetchCallback
  • Method Details

    • create

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

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

      public static ExrFetchCallback create(ExrFetchCallbackI instance)
      Creates a ExrFetchCallback instance that delegates to the specified ExrFetchCallbackI instance.