pub type bgfx_allocator_interface_t = bgfx_allocator_interface_s;

Aliased Type§

struct bgfx_allocator_interface_t {
    pub vtbl: *const bgfx_allocator_vtbl_s,
}

Fields§

§vtbl: *const bgfx_allocator_vtbl_s