Top "Opengl-es-2.0" questions

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

Javascript and WebGL, external scripts

Just curious; How do I place my webgl shaders, in an external file? Currently I'm having; <script id="shader-fs" …

javascript external extern webgl opengl-es-2.0
Polygon triangulation into triangle strips for OpenGL ES

I am looking for a fast polygon triangulation algorithm that can triangulate not very complex 2D concave polygons (without holes) …

algorithm cocos2d-iphone opengl-es-2.0 triangulation gl-triangle-strip
The correct way to draw text in OpenGL ES 2

I am using PowerVR OpenGL ES 2 SDK to develop my game on Windows with C++ then I can port it …

android iphone c++ opengl-es-2.0 bitmap-fonts
Get supported GLSL versions

While developing on a laptop with an intel graphics card, while compiling a vertex shader, i got this: 0:1(10): error: GLSL 3.30 …

opengl opengl-es opengl-es-2.0
Android OpenGL apps stop working after being loaded in emulator

My apps with OpenGL all don't work with "name has stopped working". This happens even with Android Sample Projects (BasicGLSurfaceView). …

android eclipse opengl-es emulation opengl-es-2.0
Texture and color together in GLSL?

I cant figure out, how to get with OpenGL ES 2.0 similiar Results to OpenGL ES 1.1. I want to use actually …

alpha opengl-es-2.0 blending fragment-shader
How do I replace glBegin() and related functions in OpenGL ES 2.0?

I have OpenGL code like the following that I'd like to port to OpenGL ES 2.0: for (surfnum=0;surfnum < surftotal;…

opengl-es opengl-es-2.0
How to save SurfaceTexture as bitmap

When I decode a video to a surface I want to save the frames i want as bitmap/jpeg files. …

android opengl-es-2.0 android-mediacodec decoder
EGL vs GLES 2.0 on Android (e.g. Java)

(experienced c programmer, pre-shader, fixed function open gl. competent Java programmer) I have been working with GLES on Android and …

android opengl-es-2.0
OpenGLES 2.0 separate buffers for vertices, colors and texture coordinates

I've been learning OpenGL for a few days now by following some tutorials and coding some experiments of my own. …

opengl-es opengl-es-2.0 textures vbo vertex