Class MeshoptDeallocate

java.lang.Object
org.lwjgl.system.Callback
org.lwjgl.util.meshoptimizer.MeshoptDeallocate
All Implemented Interfaces:
AutoCloseable, CallbackI, NativeResource, Pointer, MeshoptDeallocateI

public abstract class MeshoptDeallocate extends Callback implements MeshoptDeallocateI
Callback function: (* anonymous)
  • Method Details

    • create

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

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

      public static MeshoptDeallocate create(MeshoptDeallocateI instance)
      Creates a MeshoptDeallocate instance that delegates to the specified MeshoptDeallocateI instance.