Class ExrErrorCallback

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

public abstract class ExrErrorCallback extends Callback implements ExrErrorCallbackI
Callback function: ExrErrorCallback
  • Method Details

    • create

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

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

      public static ExrErrorCallback create(ExrErrorCallbackI instance)
      Creates a ExrErrorCallback instance that delegates to the specified ExrErrorCallbackI instance.