You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+5-4Lines changed: 5 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -8,7 +8,7 @@ OpenGl Examples
8
8
9
9
**OpenGL 2.0 examples:**
10
10
11
-
`HelloOpenGLES20` is Google’s basic framework example. 2D square and triangle with touch events to spin the triangle API 8+ and works on android 15 devices.
11
+
`HelloOpenGLES20` is Google’s basic framework example. 2D square and triangle with touch events to spin the triangle API 8+ and works on android 15 devices.
12
12
13
13
`Opengl2ex1` uses a renderer (lessonOne from http://www.learnopengles.com/android-lesson-one-getting-started/) and mainactivity to setup everything
14
14
NOTE: this example may fail in the emulators, but works on a physical device. verified it works on android 15 devices.
@@ -19,13 +19,14 @@ OpenGl Examples
19
19
20
20
**OpenGL 3.X examples:**
21
21
22
-
intended to get you started in OpenGL 3.0, but don't provide any depth of coverage.
22
+
intended to get you started in OpenGL 3.0, but don't provide any depth of coverage.
23
+
<B>NOTE, in android 15 some of these examples now fail and I do not know why. They work correctly on a pixel4a running android 13, but then fail to run pixel 7 and 8 devices. likely there is a error in library? android states, opengl is no longer under active developement. Vulkan is the new graphics package and opengl is on the way out. Use at your own risk or maybe v2 instead.<B>
23
24
24
25
`HelloOpenGLES30` is Google’s basic framework example from 2.0, updated to OpenGL ES 3.0. 2D square and triangle with touch events to spin the triangle. API 18+
25
26
26
-
`Opengl3ex1` is based on Opengl2ex1, with references changed to GLES30. Note this may fail in emulators.
27
+
`Opengl3ex1` is based on Opengl2ex1, with references changed to GLES30. Note this may fail in emulators. Works on android 15, but using the older v2 code, instead of the commmented out v3 code. the v3 code works on android 13, but not android 15 devices.
27
28
28
-
`Opengl3ex2` is based on Opengl2ex2, again with references changed. Note this may fail in emulators.
29
+
`Opengl3ex2` is based on Opengl2ex2, again with references changed. Note this may fail in emulators. Works on android 15, but using the older v2 code, instead of the commmented out v3 code. the v3 code works on android 13, but not android 15 devices.
29
30
30
31
`Opengl3ex3` is from the OpenGL ES 3.0 Programing Guide, which can be found here: http://opengles-book.com/samplecode.html
0 commit comments