Searched defs:GLCtxManager (Results 1 – 3 of 3) sorted by relevance
133 pub struct GLCtxManager { struct139 // SAFETY: We do have a few pointers inside [GLCtxManager], but nothing really relevant here: argument143 unsafe impl Send for GLCtxManager {} implementation144 unsafe impl Sync for GLCtxManager {} implementation146 impl GLCtxManager { impl
40 gl_ctx_manager: Option<GLCtxManager>, in new()
42 unsafe impl CLInfo<cl_gl_context_info> for GLCtxManager { implementation