Ignore:
Timestamp:
01/04/09 16:06:56 (15 years ago)
Author:
mattausch
Message:

pvs seems to work now

File:
1 edited

Legend:

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

    r3147 r3245  
    3737        */ 
    3838        GPUProgramParameters(ShaderProgram *p); 
    39         /** Sets the assoziated program (a 1:n relationship) 
     39        /** Sets the program associated with these parameters (a 1:n relationship) 
    4040        */ 
    4141        void SetProgram(ShaderProgram *p) { mProgram = p; } 
     
    4646 
    4747        /////////// 
    48         //-- set parameters by index 
     48        //-- functions for setting parameters by index 
    4949 
    5050        void SetValue1f(int idx, float value); 
Note: See TracChangeset for help on using the changeset viewer.