Class ExrFetchComplete

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

public abstract class ExrFetchComplete extends Callback implements ExrFetchCompleteI
Callback function: ExrFetchComplete
  • Method Details

    • create

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

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

      public static ExrFetchComplete create(ExrFetchCompleteI instance)
      Creates a ExrFetchComplete instance that delegates to the specified ExrFetchCompleteI instance.