Class BGFXAllocatorInterface

All Implemented Interfaces:
AutoCloseable, NativeResource, Pointer

public class BGFXAllocatorInterface extends Struct<BGFXAllocatorInterface> implements NativeResource
Custom allocator. When custom allocator is not specified, library uses default CRT allocator. The library assumes custom allocator is thread safe.

Layout


 struct bgfx_allocator_interface_t {
     bgfx_allocator_vtbl_t const * vtbl();
 }