Ignore:
Timestamp:
05/08/07 14:36:28 (17 years ago)
Author:
szirmay
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • OGRE/trunk/ogre_changes/Ogre1.2/RenderSystems/Direct3D9/include/OgreD3D9HLSLProgram.h

    r1728 r2354  
    8080                static CmdOptimalization msCmdOptimalization; 
    8181        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);         
    8288#endif 
    8389        /** Internal load implementation, must be implemented by subclasses. 
    8490        */ 
    8591        void loadFromSource(void); 
    86         /** Internal method for creating an appropriate low-level program from this 
     92                /** Internal method for creating an appropriate low-level program from this 
    8793        high-level program, must be implemented by subclasses. */ 
    8894        void createLowLevelImpl(void); 
Note: See TracChangeset for help on using the changeset viewer.