Class ExrProgressCallback

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

public abstract class ExrProgressCallback extends Callback implements ExrProgressCallbackI
Callback function: ExrProgressCallback
  • Method Details

    • create

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

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

      public static ExrProgressCallback create(ExrProgressCallbackI instance)
      Creates a ExrProgressCallback instance that delegates to the specified ExrProgressCallbackI instance.