Class BGFXAllocatorInterface

All Implemented Interfaces:
AutoCloseable, NativeResource, Pointer

public class BGFXAllocatorInterface extends Struct<BGFXAllocatorInterface> implements NativeResource

 struct bgfx_allocator_interface_t {
     {@link BGFXAllocatorVtbl bgfx_allocator_vtbl_t} const * vtbl;
 }