public abstract class VmaAllocateDeviceMemoryFunction extends org.lwjgl.system.Callback implements VmaAllocateDeviceMemoryFunctionI
VmaDeviceMemoryCallbacks struct.
void (*) (
VmaAllocator allocator,
uint32_t memoryType,
VkDeviceMemory memory,
VkDeviceSize size
)org.lwjgl.system.CallbackI.B, org.lwjgl.system.CallbackI.D, org.lwjgl.system.CallbackI.F, org.lwjgl.system.CallbackI.I, org.lwjgl.system.CallbackI.J, org.lwjgl.system.CallbackI.N, org.lwjgl.system.CallbackI.P, org.lwjgl.system.CallbackI.S, org.lwjgl.system.CallbackI.V, org.lwjgl.system.CallbackI.ZSIGNATURE| Modifier and Type | Method and Description |
|---|---|
static VmaAllocateDeviceMemoryFunction |
create(long functionPointer)
Creates a
VmaAllocateDeviceMemoryFunction instance from the specified function pointer. |
static VmaAllocateDeviceMemoryFunction |
create(VmaAllocateDeviceMemoryFunctionI instance)
Creates a
VmaAllocateDeviceMemoryFunction instance that delegates to the specified VmaAllocateDeviceMemoryFunctionI instance. |
static VmaAllocateDeviceMemoryFunction |
createSafe(long functionPointer)
|
__stdcall, address, equals, free, free, get, getSafe, hashCode, toStringcallback, getSignature, invokepublic static VmaAllocateDeviceMemoryFunction create(long functionPointer)
VmaAllocateDeviceMemoryFunction instance from the specified function pointer.VmaAllocateDeviceMemoryFunction@Nullable public static VmaAllocateDeviceMemoryFunction createSafe(long functionPointer)
public static VmaAllocateDeviceMemoryFunction create(VmaAllocateDeviceMemoryFunctionI instance)
VmaAllocateDeviceMemoryFunction instance that delegates to the specified VmaAllocateDeviceMemoryFunctionI instance.Copyright LWJGL. All Rights Reserved. License terms.