- Timestamp:
- 05/08/07 14:36:28 (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
OGRE/trunk/ogre_changes/Ogre1.2/RenderSystems/Direct3D9/include/OgreD3D9HLSLProgram.h
r1728 r2354 80 80 static CmdOptimalization msCmdOptimalization; 81 81 static CmdFlowControl msCmdFlowControl; 82 83 /** Internal load implementation, loads just the high-level portion, enough to 84 get parameters. 85 */ 86 void loadHighLevelImpl(void); 87 virtual void loadFromFile(void); 82 88 #endif 83 89 /** Internal load implementation, must be implemented by subclasses. 84 90 */ 85 91 void loadFromSource(void); 86 92 /** Internal method for creating an appropriate low-level program from this 87 93 high-level program, must be implemented by subclasses. */ 88 94 void createLowLevelImpl(void);
Note: See TracChangeset
for help on using the changeset viewer.