Top "Opengl-es-2.0" questions

Subset of the OpenGL 3D graphics API designed for embedded devices such as mobile phones.

How to draw basic circle in OpenGL ES 2.0 Android

I'm new in OpenGL ES 2, and I have read many topics about how to draw a circle in OpenGL ES 2 …

android opengl-es opengl-es-2.0
Is there a way to check if Android device supports openGL ES 2.0?

I need to check dynamically if the used device supports openGL ES 2.0. How can i do that?

android opengl-es opengl-es-2.0
Draw a 2D Image using OpenGL ES 2.0

I've been struggling to draw a 2D image from jpg/png files using openGL ES 2.0 for Android. Everywhere I look …

android android-emulator 2d opengl-es-2.0 sprite
GLSL for simple water surface effects

I'm looking for some pointers on how to implement simple water surface effects in OpenGL ES 2.0. Nothing fancy like reflection …

glsl opengl-es-2.0
Explicit vs Automatic attribute location binding for OpenGL shaders

When setting up attribute locations for an OpenGL shader program, you are faced with two options: glBindAttribLocation() before linking to …

opengl-es shader opengl-es-2.0
How to render Android's YUV-NV21 camera image on the background in libgdx with OpenGLES 2.0 in real-time?

Unlike Android, I'm relatively new to GL/libgdx. The task I need to solve, namely rendering the Android camera's YUV-NV21 …

android camera libgdx opengl-es-2.0 shader
Drawing a sphere in OpenGL ES

I want to draw a sphere, I know how to do it in OpenGL using calls such as glBegin() & …

opengl-es geometry opengl-es-2.0
Android OpenGL ES 2, Drawing squares

EDIT: Problem solved! So I've been going through the official OpenGL ES 2 tutorials for Android, and I've gotten to the …

android opengl-es-2.0
How to learn and use OpenGL ES 2.0? I just don't get it - serious Qn.

This is a serious question, I am "stuck" at this point between understanding it and not at all. I got …

android opengl-es matrix opengl-es-2.0 game-engine
How do I render a triangle in QOpenGLWidget?

I'm trying to use OpenGL inside of Qt using QOpenGLWidget, but I am having a hard time finding any relevant …

c++ qt opengl opengl-es opengl-es-2.0