pub unsafe extern "C" fn ecs_get_binding_ctx(
world: *const ecs_world_t,
) -> *mut c_voidExpand description
Get the world binding context. This operation retrieves a previously set world binding context.
@param world The world. @return The context set with ecs_set_binding_ctx. If no context was set, the function returns NULL.