OGRE  1.9
Object-Oriented Graphics Rendering Engine
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
OgreGLES2InternalShaders.h File Reference
+ Include dependency graph for OgreGLES2InternalShaders.h:

Go to the source code of this file.

Enumerations

enum  { ES2_LIGHTING_SHADER }
 

Variables

GLbyte lightingShader []
 

Enumeration Type Documentation

anonymous enum
Enumerator
ES2_LIGHTING_SHADER 

Definition at line 35 of file OgreGLES2InternalShaders.h.

Variable Documentation

GLbyte lightingShader[]
Initial value:
=
"attribute vec4 a_position; \n"
"void main() \n"
"{ \n"
" gl_Position = a_position; \n"
"} \n"

Definition at line 39 of file OgreGLES2InternalShaders.h.