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
moShader.h File Reference
#include "moTypes.h"
#include "moAbstract.h"
#include "moConfig.h"
#include "moArray.h"

Go to the source code of this file.

Classes

class  moTexturedGrid
 
class  moShader
 

Macros

#define MO_MAX_TEXTURE_UNITS   4
 

Enumerations

enum  moShaderLanguage { MO_SHADER_GLSL, MO_SHADER_CG }
 

Functions

 moDeclareExportedDynamicArray (moShader *, moShaderArray)
 

Macro Definition Documentation

#define MO_MAX_TEXTURE_UNITS   4

Definition at line 43 of file moShader.h.

Enumeration Type Documentation

Enumerator
MO_SHADER_GLSL 
MO_SHADER_CG 

Definition at line 45 of file moShader.h.

Function Documentation

moDeclareExportedDynamicArray ( moShader ,
moShaderArray   
)