public abstract class VmaFreeDeviceMemoryFunction extends org.lwjgl.system.Callback implements VmaFreeDeviceMemoryFunctionI
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 VmaFreeDeviceMemoryFunction |
create(long functionPointer)
Creates a
VmaFreeDeviceMemoryFunction instance from the specified function pointer. |
static VmaFreeDeviceMemoryFunction |
create(VmaFreeDeviceMemoryFunctionI instance)
Creates a
VmaFreeDeviceMemoryFunction instance that delegates to the specified VmaFreeDeviceMemoryFunctionI instance. |
static VmaFreeDeviceMemoryFunction |
createSafe(long functionPointer)
|
__stdcall, address, equals, free, free, get, getSafe, hashCode, toStringcallback, getSignature, invokepublic static VmaFreeDeviceMemoryFunction create(long functionPointer)
VmaFreeDeviceMemoryFunction instance from the specified function pointer.VmaFreeDeviceMemoryFunction@Nullable public static VmaFreeDeviceMemoryFunction createSafe(long functionPointer)
public static VmaFreeDeviceMemoryFunction create(VmaFreeDeviceMemoryFunctionI instance)
VmaFreeDeviceMemoryFunction instance that delegates to the specified VmaFreeDeviceMemoryFunctionI instance.Copyright LWJGL. All Rights Reserved. License terms.