Main Page   Namespace List   Class Hierarchy   Alphabetical List   Compound List   File List   Namespace Members   Compound 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 Methods

 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 121 of file OgreGpuProgram.h.


Constructor & Destructor Documentation

Ogre::GpuProgramParameters::IntConstantEntry::IntConstantEntry  
 

Definition at line 125 of file OgreGpuProgram.h.


Member Data Documentation

bool Ogre::GpuProgramParameters::IntConstantEntry::isSet
 

Definition at line 124 of file OgreGpuProgram.h.

Referenced by Ogre::D3D9RenderSystem::bindGpuProgramParameters(), and Ogre::GpuProgramParameters::setConstant().

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

Definition at line 123 of file OgreGpuProgram.h.

Referenced by Ogre::D3D9RenderSystem::bindGpuProgramParameters(), and Ogre::GpuProgramParameters::setConstant().


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

Copyright © 2002-2003 by The OGRE Team
Last modified Wed Jan 21 00:17:26 2004