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

Go to the source code of this file.

Functions

GLuint loadSimpleTexture ()
 Loads a simple 3 x 3 static texture into OpenGL ES. More...
 

Function Documentation

GLuint loadSimpleTexture ( )

Loads a simple 3 x 3 static texture into OpenGL ES.

Returns
Returns the handle to the texture object.

Definition at line 28 of file Texture.cpp.