Ogre::GpuProgramParameters::AutoConstantDefinition Struct Reference

Structure defining an auto constant that's available for use in a parameters object. More...

#include <OgreGpuProgram.h>

List of all members.

Public Member Functions

 AutoConstantDefinition (AutoConstantType _acType, const String &_name, size_t _elementCount, ElementType _elementType, ACDataType _dataType)

Public Attributes

AutoConstantType acType
String name
size_t elementCount
ElementType elementType
 The type of the constant in the program.
ACDataType dataType
 The type of any extra data.


Detailed Description

Structure defining an auto constant that's available for use in a parameters object.

Definition at line 733 of file OgreGpuProgram.h.


Constructor & Destructor Documentation

Ogre::GpuProgramParameters::AutoConstantDefinition::AutoConstantDefinition ( AutoConstantType  _acType,
const String _name,
size_t  _elementCount,
ElementType  _elementType,
ACDataType  _dataType 
)

Definition at line 743 of file OgreGpuProgram.h.


Member Data Documentation

Definition at line 735 of file OgreGpuProgram.h.

Definition at line 736 of file OgreGpuProgram.h.

Definition at line 737 of file OgreGpuProgram.h.

The type of the constant in the program.

Definition at line 739 of file OgreGpuProgram.h.

The type of any extra data.

Definition at line 741 of file OgreGpuProgram.h.


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

Copyright © 2008 Torus Knot Software Ltd
Creative Commons License
This work is licensed under a Creative Commons Attribution-ShareAlike 2.5 License.
Last modified Sun Sep 27 22:03:29 2009