Main Page | Namespace List | Class Hierarchy | Alphabetical List | Class List | File List | Namespace Members | Class Members | File Members | Related Pages

Ogre::GpuProgramParameters::IntConstantEntry Struct Reference

Int parameter entry; contains both a group of 4 values and an indicator to say if it's been set or not. More...

#include <OgreGpuProgram.h>

List of all members.

Public Member Functions

 IntConstantEntry ()

Public Attributes

int val [4]
bool isSet


Detailed Description

Int parameter entry; contains both a group of 4 values and an indicator to say if it's been set or not.

This allows us to filter out constant entries which have not been set by the renderer and may actually be being used internally by the program.

Definition at line 316 of file OgreGpuProgram.h.


Constructor & Destructor Documentation

Ogre::GpuProgramParameters::IntConstantEntry::IntConstantEntry  ) 
 

Definition at line 320 of file OgreGpuProgram.h.


Member Data Documentation

bool Ogre::GpuProgramParameters::IntConstantEntry::isSet
 

Definition at line 319 of file OgreGpuProgram.h.

int Ogre::GpuProgramParameters::IntConstantEntry::val[4]
 

Definition at line 318 of file OgreGpuProgram.h.


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

Copyright © 2000-2005 by The OGRE Team
Creative Commons License
This work is licensed under a Creative Commons Attribution-ShareAlike 2.5 License.
Last modified Sun Feb 12 13:00:35 2006