This repository was archived by the owner on Aug 31, 2021. It is now read-only.
Commit 730fca2
authored
Auto-merge pull request #7585 from livecodeian/bugfix-23237
[[ Bug 23237 ]] Ensure Android EGL configuration supports GLES 3.x
This patch updates the android OpenGLView class to request an EGL
configuration that supports GLES 3.x. This prevents a crash in the
Android x86 emulator when attempting to use gl functions that are not
supported by the default configuration.
Fixes https://quality.livecode.com/show_bug.cgi?id=23237File tree
2 files changed
+3
-0
lines changed- docs/notes
- engine/src/java/com/runrev/android
2 files changed
+3
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
35 | 35 | | |
36 | 36 | | |
37 | 37 | | |
| 38 | + | |
38 | 39 | | |
39 | 40 | | |
40 | 41 | | |
| |||
78 | 79 | | |
79 | 80 | | |
80 | 81 | | |
| 82 | + | |
81 | 83 | | |
82 | 84 | | |
83 | 85 | | |
| |||
0 commit comments