Class VmaAllocateDeviceMemoryFunction

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

public abstract class VmaAllocateDeviceMemoryFunction extends Callback implements VmaAllocateDeviceMemoryFunctionI
Instances of this class may be set to the VmaDeviceMemoryCallbacks struct.

Type


 void (*VmaAllocateDeviceMemoryFunctionI.invoke(long, int, long, long, long)) (
     VmaAllocator allocator,
     uint32_t memoryType,
     VkDeviceMemory memory,
     VkDeviceSize size,
     void *pUserData
 )