Class ExrAlloc

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

public abstract class ExrAlloc extends Callback implements ExrAllocI
Callback function: (* anonymous)
  • Method Details

    • create

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

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

      public static ExrAlloc create(ExrAllocI instance)
      Creates a ExrAlloc instance that delegates to the specified ExrAllocI instance.