mirror of
https://github.com/servo/servo.git
synced 2025-08-06 22:15:33 +01:00
Switch android GL context to ES3, now that WR has been updated.
This commit is contained in:
parent
97dfcedbcf
commit
2a5d846f74
1 changed files with 1 additions and 1 deletions
|
@ -193,7 +193,7 @@ impl Window {
|
||||||
|
|
||||||
#[cfg(target_os = "android")]
|
#[cfg(target_os = "android")]
|
||||||
fn gl_version() -> GlRequest {
|
fn gl_version() -> GlRequest {
|
||||||
GlRequest::Specific(Api::OpenGlEs, (2, 0))
|
GlRequest::Specific(Api::OpenGlEs, (3, 0))
|
||||||
}
|
}
|
||||||
|
|
||||||
#[cfg(not(target_os = "android"))]
|
#[cfg(not(target_os = "android"))]
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue