OpenGL ES SDK for Android ARM Developer Center
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
FrameBufferObject.h File Reference
#include <GLES2/gl2.h>

Go to the source code of this file.

Macros

#define GLES_VERSION   2
 

Variables

static const GLubyte cubeIndices []
 
static const float cubeVertices []
 
static const float cubeTextureCoordinates []
 
static const float cubeColors []
 

Macro Definition Documentation

#define GLES_VERSION   2

Definition at line 24 of file FrameBufferObject.h.

Variable Documentation

const float cubeColors[]
static

Definition at line 121 of file FrameBufferObject.h.

const GLubyte cubeIndices[]
static
Initial value:
=
{
0, 1, 2, 3, 3, 4, 4, 5, 6, 7, 7, 8, 8, 9, 10, 11, 11, 12, 12, 13, 14, 15, 15, 16, 16, 17, 18, 19, 19, 20, 20, 21, 22, 23,
}

Definition at line 29 of file FrameBufferObject.h.

const float cubeTextureCoordinates[]
static

Definition at line 81 of file FrameBufferObject.h.

const float cubeVertices[]
static

Definition at line 42 of file FrameBufferObject.h.