Top "Opengl-es" 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
Tools for GLSL editing

I'm looking for some kind of tool to work with GLSL. I want to experiment with shaders in the WebGL …

ide opengl-es glsl webgl
OpenGL ES 2.0 Extensions on Android Devices

As this page for OpenGL ES 1.x, I collect OpenGL ES 2.x Extensions for Android Devices on this page. The …

android opengl-es android-ndk
Crop camera preview for TextureView

I have a TextureView with a fixed width and height and I want to show a camera preview inside of …

android opengl-es android-camera textureview
Rendering SVG with OpenGL (and OpenGL ES)

I am currently investigating the possibility of rendering vector graphics from an SVG file using OpenGL and OpenGL ES. I …

android opengl opengl-es svg vector-graphics
What is the relationship between EGL and OpenGL?

I'm writing an implementation for OpenVG and OpenGL|ES in Go, both of which depend on the Khronos EGL API, …

opengl opengl-es egl openvg
Android NDK - OpenGL ES Tutorial/Libraries

Hey! Im looking for an OpenGL library/framework to handle basic drawing code etc for me. Otherwise im also looking …

android opengl-es android-ndk libraries
libgdx SpriteBatch render to texture

Is it possible to render to texture using SpriteBatch in libGdx (Java engine for Android/Desktop)? If so, how do …

android opengl-es libgdx
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