Skip to content

Commit

Permalink
Switch android GL context to ES3, now that WR has been updated.
Browse files Browse the repository at this point in the history
  • Loading branch information
gw3583 committed May 4, 2016
1 parent 97dfced commit 2a5d846
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ports/glutin/window.rs
Expand Up @@ -193,7 +193,7 @@ impl Window {

#[cfg(target_os = "android")]
fn gl_version() -> GlRequest {
GlRequest::Specific(Api::OpenGlEs, (2, 0))
GlRequest::Specific(Api::OpenGlEs, (3, 0))
}

#[cfg(not(target_os = "android"))]
Expand Down

0 comments on commit 2a5d846

Please sign in to comment.