OGRE  1.9
Object-Oriented Graphics Rendering Engine
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
Ogre::GLSL::GLSLLinkProgram::CustomAttribute Struct Reference

Name / attribute list. More...

Public Member Functions

 CustomAttribute (const String &_name, GLuint _attrib)
 

Public Attributes

GLuint attrib
 
String name
 

Detailed Description

Name / attribute list.

Definition at line 92 of file src/GLSL/include/OgreGLSLLinkProgram.h.

Constructor & Destructor Documentation

Ogre::GLSL::GLSLLinkProgram::CustomAttribute::CustomAttribute ( const String _name,
GLuint  _attrib 
)
inline

Definition at line 96 of file src/GLSL/include/OgreGLSLLinkProgram.h.

Member Data Documentation

GLuint Ogre::GLSL::GLSLLinkProgram::CustomAttribute::attrib

Definition at line 95 of file src/GLSL/include/OgreGLSLLinkProgram.h.

String Ogre::GLSL::GLSLLinkProgram::CustomAttribute::name

Definition at line 94 of file src/GLSL/include/OgreGLSLLinkProgram.h.


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