Class ExrFree

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

public abstract class ExrFree extends Callback implements ExrFreeI
Callback function: (* anonymous)
  • Method Details

    • create

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

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

      public static ExrFree create(ExrFreeI instance)
      Creates a ExrFree instance that delegates to the specified ExrFreeI instance.