Class VmaDeviceMemoryCallbacks

All Implemented Interfaces:
AutoCloseable, NativeResource, Pointer

public class VmaDeviceMemoryCallbacks extends Struct<VmaDeviceMemoryCallbacks> implements NativeResource
struct VmaDeviceMemoryCallbacks {
    PFN_vmaAllocateDeviceMemoryFunction pfnAllocate;
    PFN_vmaFreeDeviceMemoryFunction pfnFree;
    void * pUserData;
}