Class VmaDeviceMemoryCallbacks

All Implemented Interfaces:
AutoCloseable, NativeResource, Pointer

public class VmaDeviceMemoryCallbacks extends Struct<VmaDeviceMemoryCallbacks> implements NativeResource

 struct VmaDeviceMemoryCallbacks {
     {@link VmaAllocateDeviceMemoryFunctionI PFN_vmaAllocateDeviceMemoryFunction} pfnAllocate;
     {@link VmaFreeDeviceMemoryFunctionI PFN_vmaFreeDeviceMemoryFunction} pfnFree;
     void * pUserData;
 }