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