[go: up one dir, main page]

Function make_current

Source
pub fn make_current(
    display: EGLDisplay,
    draw: EGLSurface,
    read: EGLSurface,
    ctx: EGLContext,
) -> EglCallResult<()>
Expand description

[EGL 1.0] Attach an EGL rendering context to EGL surfaces.