ecs_query_get_binding_ctx

Function ecs_query_get_binding_ctx 

Source
pub unsafe extern "C" fn ecs_query_get_binding_ctx(
    query: *const ecs_query_t,
) -> *mut c_void
Expand description

Get query binding ctx. Return the value set in ecs_query_desc_t::binding_ctx.

@param query The query. @return The context.