Ignore:
Timestamp:
11/20/08 12:56:59 (16 years ago)
Author:
mattausch
Message:

updated shader loading

File:
1 edited

Legend:

Unmodified
Added
Removed
  • GTP/trunk/App/Demos/Vis/FriendlyCulling/src/ShaderProgram.cpp

    r3116 r3147  
    360360                                                         const std::string &filename,  
    361361                                                         CGprofile profile, 
    362                                                          const std::string &functionName) 
     362                                                         const std::string &functionName, 
     363                                                         PROGRAM_TYPE programType): 
     364mProgramType(programType) 
    363365{ 
    364366        mProgram = cgCreateProgramFromFile(context,  
Note: See TracChangeset for help on using the changeset viewer.