Changeset 2913 for trunk/packages


Ignore:
Timestamp:
Apr 1, 2012 12:31:20 PM (12 years ago)
Author:
ldelgass
Message:

oops, loadCgSourceProgram static method still needs to be public for now.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/packages/vizservers/nanovis/NvShader.h

    r2912 r2913  
    121121    }
    122122
     123    static CGprogram
     124    loadCgSourceProgram(CGcontext context, const char *filename,
     125                        CGprofile profile, const char *entryPoint);
     126
    123127protected:
    124128    void resetPrograms();
     
    132136    static CGprofile _defaultFragmentProfile;
    133137    static CGcontext _cgContext;
    134 
    135 private:
    136     static CGprogram
    137     loadCgSourceProgram(CGcontext context, const char *filename,
    138                         CGprofile profile, const char *entryPoint);
    139138};
    140139
Note: See TracChangeset for help on using the changeset viewer.