libmoldeo (Moldeo 1.0 Core)  1.0
libmoldeo is the group of objects and functions that executes the basic operations of Moldeo 1.0 Platform.
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
moTexture.h File Reference
#include "moTypes.h"
#include "moText.h"
#include "moParam.h"
#include "moBuckets.h"
#include "moVideoGraph.h"
#include "moGsGraph.h"
#include "moDsGraph.h"
#include "moMathVector3.h"
#include "moTextureIndex.h"
#include "moFBO.h"
#include "moGLManager.h"
#include "moTextureFilter.h"

Go to the source code of this file.

Classes

class  moTexture
 clase base para el manejo de una textura More...
 
class  moTextureMemory
 clase base para el manejo de una textura con su copia comprimida en memoria More...
 
class  moTextureAnimated
 una textura asociada a una animación de cuadros More...
 
class  moTextureMultiple
 Secuencia de texturas. More...
 
class  moMovie
 una textura animada basada en una película More...
 

Typedefs

typedef void moBitmap
 
typedef int moBitmapFormat
 
typedef void moMemory
 

Enumerations

enum  moTextureType {
  MO_TYPE_TEXTURE, MO_TYPE_TEXTURE_MULTIPLE, MO_TYPE_MOVIE, MO_TYPE_VIDEOBUFFER,
  MO_TYPE_TEXTUREMEMORY, MO_TYPE_TEXTUREBUFFER, MO_TYPE_CIRCULARVIDEOBUFFER
}
 Tipos de texturas. More...
 

Functions

 moDeclareExportedDynamicArray (moTexture *, moTextureArray)
 

Typedef Documentation

typedef void moBitmap

Definition at line 44 of file moTexture.h.

typedef int moBitmapFormat

Definition at line 45 of file moTexture.h.

typedef void moMemory

Definition at line 46 of file moTexture.h.

Enumeration Type Documentation

Tipos de texturas.

Tipos de texturas

Enumerator
MO_TYPE_TEXTURE 
MO_TYPE_TEXTURE_MULTIPLE 

TEXTURA BASE.

MO_TYPE_MOVIE 

textura múltiple

MO_TYPE_VIDEOBUFFER 

película

MO_TYPE_TEXTUREMEMORY 

buffer de video

MO_TYPE_TEXTUREBUFFER 

textura en memoria

MO_TYPE_CIRCULARVIDEOBUFFER 

buffer de texturas

buffer circular de video

Definition at line 52 of file moTexture.h.

Function Documentation

moDeclareExportedDynamicArray ( moTexture ,
moTextureArray   
)