RandomGuy
OpenGLES?
If you look at $PREFIX/include, there's "important" directory, which EGL/, GLES/, GLES2/ and GLES3/ (i guess it's from package
mesa
or opengl
?), which afaik, is C/C++ OpenGL ES Header located in those Dirs, but based on your Question (which i guess you want build .apk file), you have to use Android NDK + Android SDK to do that, with At least some C/C++ Skill, and obviously Kotlin/Java skill to make the App.7 replies
OpenGL/ES-Related program Doesn't Work Anymore in Termux
Also, for some reason, glmark2 still think i use virpipe (via
virgl_test_server_android
) even with LIBGL_ALWAYS_SOFTWARE
to 1, and i got decent performance with virgl_test_server_android
(from ~12 to ~43 score)17 replies
OpenGL/ES-Related program Doesn't Work Anymore in Termux
When i try to follow one of the Users Advice on that GH Issue by
export LIBGL_ALWAYS_SOFTWARE=1
, it works for lxappearance and my OpenGL Program (other program may also work), so this issue may related to OpenGL (libGL.so
), idk if it my OpenGL ES Phone GPU or Termux X11 (App) itself17 replies
OpenGL/ES-Related program Doesn't Work Anymore in Termux
also, (unrelated, but maybe helpful to be fixed ASAP) for some reason, when trying to run lxappearance, nothings happened, no Window, No logs, nothings, i use qterminal (maybe that's helpful to include)
17 replies