Class VmaFreeDeviceMemoryFunction

java.lang.Object
org.lwjgl.system.Callback
org.lwjgl.util.vma.VmaFreeDeviceMemoryFunction
All Implemented Interfaces:
AutoCloseable, CallbackI, NativeResource, Pointer, VmaFreeDeviceMemoryFunctionI

public abstract class VmaFreeDeviceMemoryFunction extends Callback implements VmaFreeDeviceMemoryFunctionI
  • Method Details

    • create

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

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

      Creates a VmaFreeDeviceMemoryFunction instance that delegates to the specified VmaFreeDeviceMemoryFunctionI instance.