Public Member Functions | Public Attributes
Ogre::GpuProgramParameters::AutoConstantDefinition Struct Reference

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

#include <OgreGpuProgramParams.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 1056 of file OgreGpuProgramParams.h.


Constructor & Destructor Documentation

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

Definition at line 1066 of file OgreGpuProgramParams.h.


Member Data Documentation

Definition at line 1058 of file OgreGpuProgramParams.h.

The type of any extra data.

Definition at line 1064 of file OgreGpuProgramParams.h.

Definition at line 1060 of file OgreGpuProgramParams.h.

The type of the constant in the program.

Definition at line 1062 of file OgreGpuProgramParams.h.

Definition at line 1059 of file OgreGpuProgramParams.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 3.0 Unported License.
Last modified Sat Jan 14 2012 18:40:47