Changeset 3240
- Timestamp:
- 08/05/04 17:14:50 (9 years ago)
- Location:
- OpenSceneGraph/trunk
- Files:
-
- 2 modified
-
include/osgFX/Validator (modified) (1 diff)
-
src/osgFX/Validator.cpp (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
OpenSceneGraph/trunk/include/osgFX/Validator
r2599 r3240 46 46 47 47 void apply(osg::State &state) const; 48 void compile (osg::State &state) const;48 void compileGLObjects(osg::State &state) const; 49 49 50 50 inline int compare(const osg::StateAttribute &sa) const; -
OpenSceneGraph/trunk/src/osgFX/Validator.cpp
r2545 r3240 24 24 } 25 25 26 void Validator::compile (osg::State &state) const26 void Validator::compileGLObjects(osg::State &state) const 27 27 { 28 28 apply(state);
