Ignore:
Timestamp:
07/07/08 10:52:03 (16 years ago)
Author:
mattausch
Message:

worked on deferred shading

File:
1 edited

Legend:

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

    r2801 r2818  
    44 
    55#include "common.h" 
     6#include "glInterface.h" 
     7#include <Cg/cg.h> 
     8#include <Cg/cgGL.h> 
    69 
    710 
     
    5154        bool IsDepthPass() { return mIsDepthPass; } 
    5255 
     56        static CGprofile sCgFragmentProfile; 
     57        static CGprofile sCgVertexProfile;  
     58 
     59 
    5360protected: 
    5461 
Note: See TracChangeset for help on using the changeset viewer.