pub type bgfx_allocator_vtbl_t = bgfx_allocator_vtbl_s;

Aliased Type§

struct bgfx_allocator_vtbl_t {
    pub realloc: Option<unsafe extern "C" fn(_: *mut bgfx_allocator_interface_s, _: *mut c_void, _: usize, _: usize, _: *const i8, _: u32) -> *mut c_void>,
}

Fields§

§realloc: Option<unsafe extern "C" fn(_: *mut bgfx_allocator_interface_s, _: *mut c_void, _: usize, _: usize, _: *const i8, _: u32) -> *mut c_void>