OpenGL ES SDK for Android ARM Developer Center
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
ImageFile Struct Reference

Struct representing texture image. More...

#include <Image.h>

Public Attributes

int width
 
int height
 
char * pixels
 

Detailed Description

Struct representing texture image.

Definition at line 27 of file Image.h.

Member Data Documentation

int ImageFile::height

Height of texture.

Definition at line 32 of file Image.h.

char* ImageFile::pixels

Pointer to the pixel data.

Definition at line 34 of file Image.h.

int ImageFile::width

Width of texture.

Definition at line 30 of file Image.h.


The documentation for this struct was generated from the following file: