Skip to content

Commit b6f0237

Browse files
committed
updated readme.
1 parent 912f445 commit b6f0237

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

README.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ OpenGl Examples
88

99
**OpenGL 2.0 examples:**
1010

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.
1212

1313
`Opengl2ex1` uses a renderer (lessonOne from http://www.learnopengles.com/android-lesson-one-getting-started/) and mainactivity to setup everything
1414
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
1919

2020
**OpenGL 3.X examples:**
2121

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>
2324

2425
`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+
2526

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.
2728

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.
2930

3031
`Opengl3ex3` is from the OpenGL ES 3.0 Programing Guide, which can be found here: http://opengles-book.com/samplecode.html
3132

0 commit comments

Comments
 (0)