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

Go to the source code of this file.

Macros

#define GLES_VERSION   2
 

Variables

static const GLubyte quadIndices []
 
static const float quadVertices []
 
static const float quadTextureCoordinates []
 

Macro Definition Documentation

#define GLES_VERSION   2

Definition at line 24 of file RotoZoom.h.

Variable Documentation

const GLubyte quadIndices[]
static
Initial value:
=
{
0, 1, 2, 3,
}

Definition at line 29 of file RotoZoom.h.

const float quadTextureCoordinates[]
static
Initial value:
=
{
0.0f, 1.0f,
1.0f, 1.0f,
0.0f, 0.0f,
1.0f, 0.0f,
}

Definition at line 51 of file RotoZoom.h.

const float quadVertices[]
static
Initial value:
=
{
-1.0f, -1.0f, 0.0f,
1.0f, -1.0f, 0.0f,
-1.0f, 1.0f, 0.0f,
1.0f, 1.0f, 0.0f,
}

Definition at line 42 of file RotoZoom.h.