Function egls::egl::MakeCurrent[][src]

pub unsafe fn MakeCurrent(
    dpy: EGLDisplay,
    draw: EGLSurface,
    read: EGLSurface,
    ctx: EGLContext
) -> EGLBoolean